From 32d225be6fb18e01f33546c64f3ba126fd3e9410 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 20 Aug 2009 14:17:19 +0000 Subject: main/uclibc++: import patches from openwrt https://dev.openwrt.org/browser/packages/libs/uclibc%2B%2B/patches --- main/uclibc++/001-path_to_make.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 main/uclibc++/001-path_to_make.patch (limited to 'main/uclibc++/001-path_to_make.patch') diff --git a/main/uclibc++/001-path_to_make.patch b/main/uclibc++/001-path_to_make.patch new file mode 100644 index 000000000..840dac326 --- /dev/null +++ b/main/uclibc++/001-path_to_make.patch @@ -0,0 +1,30 @@ +diff -ur old/Makefile dev/Makefile +--- old/Makefile Sat Oct 14 17:49:55 2006 ++++ dev/Makefile Sat Oct 14 17:50:18 2006 +@@ -1,4 +1,3 @@ +-MAKE = make + SUBDIRS = bin include src + + # User defines: +@@ -43,10 +42,10 @@ + #Menu configuration system + + extra/config/conf: +- make -C extra/config conf ++ $(MAKE) -C extra/config conf + + extra/config/mconf: +- make -C extra/config ncurses mconf ++ $(MAKE) -C extra/config ncurses mconf + + menuconfig: extra/config/mconf + @./extra/config/mconf extra/Configs/Config.in +@@ -71,7 +70,7 @@ + + include/system_configuration.h: .config + @if [ ! -x ./extra/config/conf ] ; then \ +- make -C extra/config conf; \ ++ $(MAKE) -C extra/config conf; \ + fi; + @./extra/config/conf -o extra/Configs/Config.in + -- cgit v1.2.3