(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
authortruelight
Tue, 02 Jan 2007 22:29:26 +0000
changeset 5743 2eaddece9339
parent 5742 d9948762e08b
child 5744 ca6dd7a04889
(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
Makefile.in
--- a/Makefile.in	Tue Jan 02 22:28:15 2007 +0000
+++ b/Makefile.in	Tue Jan 02 22:29:26 2007 +0000
@@ -41,9 +41,9 @@
 # and so we have have to combine the binaries into one big binary
 
 # Remove the last binary made by the last compiled target
-	rm -f $(BIN_DIR)/$(TTD)
+	$(Q)rm -f $(BIN_DIR)/$(TTD)
 # Make all the binaries into one
-	$(LIPO) -create -output $(BIN_DIR)/$(TTD) $(TTDS)
+	$(Q)$(LIPO) -create -output $(BIN_DIR)/$(TTD) $(TTDS)
 endif
 
 config.cache: $(CONFIG_CACHE_SOURCE_LIST) $(CONFIGURE_FILES)