From caffb6eff0e33a80da630963f21346c21186da39 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 25 Sep 2000 21:28:07 +0000 Subject: Gratuitously changed the file "busybox.defs.h" to the more sensible and noticable "Config.h". -Erik --- applets/busybox.mkll | 2 +- applets/busybox.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'applets') diff --git a/applets/busybox.mkll b/applets/busybox.mkll index c650febd6..d8ea7b395 100755 --- a/applets/busybox.mkll +++ b/applets/busybox.mkll @@ -1,7 +1,7 @@ #!/bin/sh # Make busybox links list file. -DF="busybox.def.h" +DF="Config.h" MF="busybox.c" LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\/BB_\1/gp;' | sort)" diff --git a/applets/busybox.sh b/applets/busybox.sh index 2b4521065..e01b88162 100755 --- a/applets/busybox.sh +++ b/applets/busybox.sh @@ -3,7 +3,7 @@ # I added in the extra "ls" so only source files that # actually exist will show up in the compile list. ls -1 ` \ - gcc -E -dM busybox.def.h | \ + gcc -E -dM Config.h | \ sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\/\1.c/gp;' \ | tr '[:upper:]' '[:lower:]' | sort ` 2>/dev/null | sed -e 's/\.c$/\.o/g' -- cgit v1.2.3