svn commit: branches/uClibc_0_9_30/libc/misc/elf
aldot at uclibc.org
aldot at uclibc.org
Thu Feb 26 12:44:51 UTC 2009
Author: aldot
Date: 2009-02-26 12:44:51 +0000 (Thu, 26 Feb 2009)
New Revision: 25465
Log:
- cosmetic tidy up of clean target (r24143 from trunk)
Modified:
branches/uClibc_0_9_30/libc/misc/elf/
branches/uClibc_0_9_30/libc/misc/elf/Makefile.in
Changeset:
Property changes on: branches/uClibc_0_9_30/libc/misc/elf
___________________________________________________________________
Added: svn:ignore
+ *.os
*.oS
.*.dep
Modified: branches/uClibc_0_9_30/libc/misc/elf/Makefile.in
===================================================================
--- branches/uClibc_0_9_30/libc/misc/elf/Makefile.in 2009-02-26 12:38:01 UTC (rev 25464)
+++ branches/uClibc_0_9_30/libc/misc/elf/Makefile.in 2009-02-26 12:44:51 UTC (rev 25465)
@@ -14,7 +14,8 @@
libc-static-y += $(MISC_ELF_OBJ)
libc-shared-y += $(MISC_ELF_OUT)/dl-iterate-phdr.oS
-objclean-y+= misc_elf_objclean
+objclean-y+= misc_elf_clean
-misc_elf_objclean:
- $(RM) $(MISC_ELF_OUT)/*.{o,os,oS}
+misc_elf_clean:
+ $(do_rm) $(addprefix $(MISC_ELF_OUT)/*., o os oS)
+
More information about the uClibc-cvs
mailing list