Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
e17d2f98
Commit
e17d2f98
authored
Dec 23, 2016
by
Mark Andrews
Browse files
if gen fails remove the file [RT #43949]
parent
c1870d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/Makefile.in
View file @
e17d2f98
...
...
@@ -174,20 +174,21 @@ include: include/dns/enumtype.h include/dns/enumclass.h \
rdata.@O@
:
code.h
include/dns/enumtype.h
:
gen
./gen
-s
${srcdir}
-t
>
$@
./gen
-s
${srcdir}
-t
>
$@
||
{
rm
-f
$@
;
exit
1
;
}
include/dns/enumclass.h
:
gen
./gen
-s
${srcdir}
-c
>
$@
./gen
-s
${srcdir}
-c
>
$@
||
{
rm
-f
$@
;
exit
1
;
}
include/dns/rdatastruct.h
:
gen
\
${srcdir}/rdata/rdatastructpre.h
\
${srcdir}/rdata/rdatastructsuf.h
./gen
-s
${srcdir}
-i
\
-P
${srcdir}
/rdata/rdatastructpre.h
\
-S
${srcdir}
/rdata/rdatastructsuf.h
>
$@
-S
${srcdir}
/rdata/rdatastructsuf.h
>
$@
||
\
{
rm
-f
$@
;
exit
1
;
}
code.h
:
gen
./gen
-s
${srcdir}
>
code.h
./gen
-s
${srcdir}
>
code.h
||
{
rm
-f
$@
;
exit
1
;
}
gen
:
gen.c
${BUILD_CC}
${BUILD_CFLAGS}
-I
${top_srcdir}
/lib/isc/include
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment