svn commit: trunk/uClibc/utils

aldot at uclibc.org aldot at uclibc.org
Sun Nov 9 13:10:50 UTC 2008


Author: aldot
Date: 2008-11-09 05:10:50 -0800 (Sun, 09 Nov 2008)
New Revision: 23973

Log:
- Add temporary hack to wipe dep files even on clean for utils.
  utils lives outside of the normal build so this is needed until it is
  properly pulled into the normal system.


Modified:
   trunk/uClibc/utils/Makefile.in


Changeset:
Modified: trunk/uClibc/utils/Makefile.in
===================================================================
--- trunk/uClibc/utils/Makefile.in	2008-11-09 02:23:42 UTC (rev 23972)
+++ trunk/uClibc/utils/Makefile.in	2008-11-09 13:10:50 UTC (rev 23973)
@@ -98,3 +98,6 @@
 
 utils_clean:
 	$(do_rm) $(addprefix $(utils_OUT)/, ldconfig ldd readelf iconv locale *.host)
+	# This is a hack..
+	$(Q)$(RM) $(utils_OUT)/.*.dep
+




More information about the uClibc-cvs mailing list