svn commit: samba r15157 - in branches/SAMBA_4_0/source: .
jpeach at samba.org
jpeach at samba.org
Fri Apr 21 00:14:58 GMT 2006
Author: jpeach
Date: 2006-04-21 00:14:57 +0000 (Fri, 21 Apr 2006)
New Revision: 15157
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15157
Log:
Systems with argv limits can't handle the full list of $(DEP_FILE). Replace
with the (hopefuly) equivalent find/rm sequence.
Modified:
branches/SAMBA_4_0/source/main.mk
Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk 2006-04-21 00:07:50 UTC (rev 15156)
+++ branches/SAMBA_4_0/source/main.mk 2006-04-21 00:14:57 UTC (rev 15157)
@@ -372,4 +372,5 @@
clean::
@echo Removing dependency files
- @rm -f $(DEP_FILES)
+ @find . -name \*.d -o -name \*.hd | xargs rm -f
+
More information about the samba-cvs
mailing list