Created
July 25, 2011 23:33
-
-
Save bpot/1105545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- source/ext/dl/depend.old 2011-07-25 23:32:16.000000000 +0000 | |
+++ source/ext/dl/depend 2011-07-25 23:32:34.000000000 +0000 | |
@@ -32,15 +32,15 @@ | |
call.func: $(srcdir)/mkcall.rb ./dlconfig.rb | |
@echo "Generating call.func" | |
- @$(RUBY) $(srcdir)/mkcall.rb > $@ | |
+ @$(RUBY) $(srcdir)/mkcall.rb | tee $@ | |
callback.func: $(srcdir)/mkcallback.rb ./dlconfig.rb | |
@echo "Generating callback.func" | |
- @$(RUBY) $(srcdir)/mkcallback.rb > $@ | |
+ @$(RUBY) $(srcdir)/mkcallback.rb | tee $@ | |
cbtable.func: $(srcdir)/mkcbtable.rb ./dlconfig.rb | |
@echo "Generating cbtable.func" | |
- @$(RUBY) $(srcdir)/mkcbtable.rb > $@ | |
+ @$(RUBY) $(srcdir)/mkcbtable.rb | tee $@ | |
debug: | |
$(MAKE) CPPFLAGS="$(CPPFLAGS) -DDEBUG" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment