1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Configure PATH_CONTROL_SOCKET.

autoconf.h is now written to obj/sysdep, the source tree is hopefully
completely read-only now.
This commit is contained in:
Martin Mares
1999-10-29 10:08:09 +00:00
parent ed6081502a
commit 54165b1315
4 changed files with 9 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ shift
echo "Merging system-dependent modules ($@)"
MODULES=`for a in $@ ; do
cat $SRCDIR/sysdep/config.h $SRCDIR/$a/Modules |
$cpp -U unix -D MACROS_ONLY - |
$cpp -U unix -D MACROS_ONLY -I $OBJDIR - |
sed "/^[ ]*\$/d;/^#/d;s@\\(.*\\)@\\1 $a/\\1@"
done |
sort +0 -1 -u |