take care to undo some cpp's whitespace changes when

generating the kernel configs
This commit is contained in:
jdolecek 2002-01-27 11:11:35 +00:00
parent 7f66bbfe65
commit 0be9185a81
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2001/01/25 22:34:20 is Exp $
# $NetBSD: Makefile,v 1.8 2002/01/27 11:11:35 jdolecek Exp $
#
# Use this file to regenerate AMIGA and DRACO out of the GENERIC template.
@ -17,6 +17,7 @@ AMIGA: GENERIC
@echo -n '# Created from: ' >> $@
@sed -e '1s/$$NetBSD/NetBSD/' GENERIC |\
cpp -undef -P -DAMIGA_CONFIGURATION 2>/dev/null |\
sed -e 's/\([ ][ ]*\)\#\([^ ]\)/\1# \2/' |\
awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@
DRACO: GENERIC
@ -30,6 +31,7 @@ DRACO: GENERIC
@echo -n '# Created from: ' >> $@
@sed -e '1s/$$NetBSD/NetBSD/' GENERIC |\
cpp -undef -P -DDRACO_CONFIGURATION 2>/dev/null |\
sed -e 's/\([ ][ ]*\)\#\([^ ]\)/\1# \2/' |\
awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@
INSTALL: GENERIC
@ -46,6 +48,7 @@ INSTALL: GENERIC
cpp -undef -P \
-DAMIGA_CONFIGURATION -DDRACO_CONFIGURATION \
-DINSTALL_CONFIGURATION 2>/dev/null |\
sed -e 's/\([ ][ ]*\)\#\([^ ]\)/\1# \2/' |\
awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@
AMIGA DRACO INSTALL: GENERIC Makefile