summaryrefslogtreecommitdiffstats
path: root/extra/scripts/create_makefiles.sh
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-02 00:41:37 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-02 00:41:37 +0000
commit9acef89e60381a298801e4b221d66b1538072b28 (patch)
tree76643b24b4f8fc6590e392672102e5b30499ba73 /extra/scripts/create_makefiles.sh
parenta4a74b5760c426cede2ef36d35cb873f98b9f17b (diff)
downloaduClibc-alpine-9acef89e60381a298801e4b221d66b1538072b28.tar.bz2
uClibc-alpine-9acef89e60381a298801e4b221d66b1538072b28.tar.xz
Merge from trunk. More to come you betcha'.
Diffstat (limited to 'extra/scripts/create_makefiles.sh')
-rwxr-xr-xextra/scripts/create_makefiles.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/scripts/create_makefiles.sh b/extra/scripts/create_makefiles.sh
index 087028673..89ea4a9b6 100755
--- a/extra/scripts/create_makefiles.sh
+++ b/extra/scripts/create_makefiles.sh
@@ -31,6 +31,11 @@ for x in */Makefile.in ; do
${USE_CMD} extra/scripts/Makefile.libs.lvl1 $(dirname ${x})/Makefile
done
+for x in utils/Makefile.in ; do
+ ${RM} $(dirname ${x})/Makefile
+ ${USE_CMD} extra/scripts/Makefile.utils.lvl1 $(dirname ${x})/Makefile
+done
+
for x in */*/Makefile.in ; do
${RM} $(dirname ${x})/Makefile
${USE_CMD} extra/scripts/Makefile.objs.lvl2 $(dirname ${x})/Makefile