svn commit: trunk/uClibc

psm at uclibc.org psm at uclibc.org
Thu Nov 17 21:44:00 UTC 2005


Author: psm
Date: 2005-11-17 13:43:58 -0800 (Thu, 17 Nov 2005)
New Revision: 12388

Log:
Remove unneeded top_builddir

Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-11-17 21:28:41 UTC (rev 12387)
+++ trunk/uClibc/Makefile.in	2005-11-17 21:43:58 UTC (rev 12388)
@@ -45,12 +45,12 @@
 	$(SECHO)
 
 include/bits/uClibc_config.h: .config
-	@if [ ! -x $(top_builddir)extra/config/conf ] ; then \
-	    $(MAKE) -C $(top_builddir)extra/config conf; \
+	$(RM) -r include/bits
+	$(INSTALL) -d include/bits
+	@if [ ! -x extra/config/conf ] ; then \
+	    $(MAKE) -C extra/config conf; \
 	fi
-	$(RM) -r $(top_builddir)include/bits
-	$(INSTALL) -d $(top_builddir)include/bits
-	@$(top_builddir)extra/config/conf -o $(top_srcdir)extra/Configs/Config.in
+	@extra/config/conf -o $(top_srcdir)extra/Configs/Config.in
 
 # For the moment, we have to keep re-running this target 
 # because the fix includes scripts rely on pre-processers 
@@ -62,7 +62,7 @@
 else
 export header_extra_args = -n
 endif
-headers: $(top_srcdir)include/bits/uClibc_config.h
+headers: include/bits/uClibc_config.h
 	@$(SHELL_SET_X); \
 	$(top_srcdir)extra/scripts/fix_includes.sh \
 		-k $(KERNEL_SOURCE) -t $(TARGET_ARCH) \
@@ -73,7 +73,7 @@
 		$(LN) -fs ../libc/sysdeps/linux/common/fpu_control.h include/ ; \
 	fi
 	$(LN) -fs ../libc/sysdeps/linux/common/dl-osinfo.h include/
-	@cd $(top_builddir)include/bits; \
+	@cd include/bits; \
 	set -e; \
 	for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \
 		$(LN) -fs $$i .; \
@@ -83,7 +83,7 @@
 			$(LN) -fs $$i .; \
 		done; \
 	fi
-	@cd $(top_builddir)include/sys; \
+	@cd include/sys; \
 	set -e; \
 	for i in `ls ../../libc/sysdeps/linux/common/sys/*.h` ; do \
 		$(LN) -fs $$i .; \




More information about the uClibc-cvs mailing list