[uClibc-cvs] uClibc/libc/sysdeps/linux Makefile,1.20,1.21

Erik Andersen andersen at uclibc.org
Thu Nov 20 15:05:32 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux
In directory winder:/home/andersen/CVS/uClibc/libc/sysdeps/linux

Modified Files:
	Makefile 
Log Message:
Lets try that one again...


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile	20 Nov 2003 14:40:50 -0000	1.20
+++ Makefile	20 Nov 2003 15:05:27 -0000	1.21
@@ -21,26 +21,24 @@
 
 ALL_SUBDIRS = arm common cris h8300 i386 m68k mips powerpc sh sh64 sparc v850
 
-all: subdirs
+all: common $(TARGET_ARCH)
 
 tags:
 	ctags -R
 
-clean: subdirs_clean
-
-subdirs: common $(TARGET_ARCH)
-subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS))
-
-
 common: dummy
 	$(MAKE) -C common
 
 $(TARGET_ARCH): common
 	$(MAKE) -C $(TARGET_ARCH)
 
+clean: subdirs_clean
+
+subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS))
+
 $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy
 	$(MAKE) -C $(patsubst _dirclean_%, %, $@) clean
 
 
-.PHONY: dummy
+.PHONY: dummy $(TARGET_ARCH)
 




More information about the uClibc-cvs mailing list