[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6782 - /manuals/trunk/Makefile



Author: osamu
Date: Tue Jul  7 12:40:23 2009
New Revision: 6782

URL: http://svn.debian.org/wsvn/?sc=1&rev=6782
Log:
Fix with proper COLUMNS=1000

Modified:
    manuals/trunk/Makefile

Modified: manuals/trunk/Makefile
URL: http://svn.debian.org/wsvn/manuals/trunk/Makefile?rev=6782&op=diff
==============================================================================
--- manuals/trunk/Makefile (original)
+++ manuals/trunk/Makefile Tue Jul  7 12:40:23 2009
@@ -66,12 +66,12 @@
 clean: $(SUBDIRS-clean)
 
 $(SUBDIRS):
-	-/usr/bin/time -f "%C took %E real, %U user, %S sys time" \
-	  COLUMNS=1000 $(MAKE) -C $@
+	-COLUMNS=1000 /usr/bin/time -f "%C took %E real, %U user, %S sys time" \
+	  $(MAKE) -C $@
 
 $(SUBDIRS-publish):
-	-/usr/bin/time -f "%C took %E real, %U user, %S sys time" \
-	  COLUMNS=1000 $(MAKE) -C $(subst -publish,,$@) publish $(publish_args)
+	-COLUMNS=1000 /usr/bin/time -f "%C took %E real, %U user, %S sys time" \
+	  $(MAKE) -C $(subst -publish,,$@) publish $(publish_args)
 
 $(SUBDIRS-clean):
 	-/usr/bin/time -f "%C took %E real, %U user, %S sys time" \


Reply to: