mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
Make sure mkskel.sh bails out if it finds trouble. Use "sh -e" to run it.
This commit is contained in:
parent
4dd5a68318
commit
92248d4c46
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3345
@ -4,6 +4,6 @@ SRCS=crunchgen.c crunched_skel.c
|
||||
CFLAGS+=-g -Wall
|
||||
|
||||
crunched_skel.c: crunched_main.c
|
||||
${.CURDIR}/mkskel.sh ${.CURDIR}/crunched_main.c >crunched_skel.c
|
||||
sh -e ${.CURDIR}/mkskel.sh ${.CURDIR}/crunched_main.c >crunched_skel.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user