public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/dwb/files: dwb-2012.10.28-verbose-build.patch
@ 2012-10-28 19:30 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-10-28 19:30 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/10/28 19:30:28

  Added:                dwb-2012.10.28-verbose-build.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.1                  www-client/dwb/files/dwb-2012.10.28-verbose-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/files/dwb-2012.10.28-verbose-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/files/dwb-2012.10.28-verbose-build.patch?rev=1.1&content-type=text/plain

Index: dwb-2012.10.28-verbose-build.patch
===================================================================
--- dwb-2012.10.28/src/Makefile
+++ dwb-2012.10.28/src/Makefile
@@ -7,30 +7,25 @@
 all: $(TARGET)
 
 $(TARGET): $(OBJ) 
-	@echo "$(CC) $@"
-	@$(CC) $(OBJ) -o $(TARGET) $(LDFLAGS) 
+	$(CC) $(OBJ) -o $(TARGET) $(LDFLAGS) 
 
 -include $(OBJ:.o=.d)
 -include $(DOBJ:.do=.dd)
 
 %.o: %.c %.h config.h dwb.h tlds.h
-	@echo "${CC} $<"
-	@$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) 
+	$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) 
 
 debug: $(DTARGET)
 
 deps.d: %.c %.h tlds.h 
-	@echo "$(CC) -MM $@"
-	@$(CC) $(CFLAGS) -MM $< -o $@
+	$(CC) $(CFLAGS) -MM $< -o $@
 
 
 %.do: %.c %.h config.h
-	@echo "${CC} $<"
-	@$(CC) -c -o $@ $< $(DCFLAGS) 
+	$(CC) -c -o $@ $< $(DCFLAGS) 
 
 $(DTARGET): $(DOBJ) 
-	@echo "$(CC) $@"
-	@$(CC) $(DOBJ) -o $(DTARGET) $(LDFLAGS) 
+	$(CC) $(DOBJ) -o $(DTARGET) $(LDFLAGS) 
 
 tlds.h: tlds.in 
 	@echo gen tlds.h
--- dwb-2012.10.28/tools/Makefile
+++ dwb-2012.10.28/tools/Makefile
@@ -24,12 +24,10 @@
 all: $(TARGET)
 
 $(TARGET): $(OBJ)
-	@echo $(CC) $@
-	@$(CC) $< -o $@ $(LDFLAGS)
+	$(CC) $< -o $@ $(LDFLAGS)
 
 %.o: %.c
-	@echo $(CC) $<
-	@$(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
+	$(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
 
 clean: 
 	rm -f $(TARGET) $(OBJ)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-28 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 19:30 [gentoo-commits] gentoo-x86 commit in www-client/dwb/files: dwb-2012.10.28-verbose-build.patch Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox