mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Fix building default_options.h
This commit is contained in:
parent
3953018c2d
commit
22eb197d6c
@ -234,7 +234,6 @@ tidy:
|
|||||||
# default_options.h is stored in version control, could not find a workaround
|
# default_options.h is stored in version control, could not find a workaround
|
||||||
# for parallel "make -j" and dependency rules.
|
# for parallel "make -j" and dependency rules.
|
||||||
default_options.h: default_options.h.in
|
default_options.h: default_options.h.in
|
||||||
echo "# > > > Generated from $^, edit that file instead !" > $@.tmp
|
echo "/*\n > > > Do not edit this file (default_options.h) < < <\nGenerated from "$^"\nLocal customisation goes in localoptions.h\n*/\n\n" > $@.tmp
|
||||||
echo >> $@.tmp
|
$(srcdir)/ifndef_wrapper.sh < $^ >> $@.tmp
|
||||||
$(srcdir)/ifndef_wrapper.sh < $^ > $@.tmp
|
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
@ -3,12 +3,11 @@
|
|||||||
/*
|
/*
|
||||||
> > > Read This < < <
|
> > > Read This < < <
|
||||||
|
|
||||||
default_options.h.in (this file) documents compile-time options, and provides
|
default_options.h.in documents compile-time options, and provides default values.
|
||||||
default values.
|
|
||||||
|
|
||||||
Local customisation should be added to localoptions.h which is
|
Local customisation should be added to localoptions.h which is
|
||||||
used if it exists. Options defined there will override any options in this
|
used if it exists. Options defined there will override any options in this
|
||||||
file (#ifndef guards added by ifndef_wrapper.sh).
|
file.
|
||||||
|
|
||||||
Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS
|
Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user