Mercurial > hg > dhcpcd
changeset 2173:919529f8f6bb draft
initial define lengths are calculated during the make phase
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 29 Nov 2013 17:10:10 +0000 |
| parents | bb54bdee6a5d |
| children | 23b079b3fba6 |
| files | configure |
| diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Nov 29 17:09:37 2013 +0000 +++ b/configure Fri Nov 29 17:10:10 2013 +0000 @@ -325,14 +325,6 @@ echo "CFLAGS+= -DEMBEDDED_CONFIG=\\\"$LIBEXECDIR/dhcpcd-embedded.conf\\\"" >>$CONFIG_MK echo "EMBEDDEDINSTALL= _embeddedinstall" >>$CONFIG_MK fi -printf %s "Estimating initial embedded defines ... " -INITDEFINES=$($GREP "^define " dhcpcd-embedded.conf | $WC -l) -echo $INITDEFINES -echo "#define INITDEFINES $INITDEFINES" >>$CONFIG_H -printf %s "Estimating initial embedded define6s ... " -INITDEFINE6S=$($GREP "^define6 " dhcpcd-embedded.conf | $WC -l) -echo $INITDEFINE6S -echo "#define INITDEFINE6S $INITDEFINE6S" >>$CONFIG_H if [ -n "$FORK" -a "$FORK" != yes -a "$FORK" != true ]; then echo "There is no fork"
