public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Switch the deps around so shotgun/lib/Makefile is always run, but lets to 
check all it's deps to decide to relink or not.
evanphx (author)
Thu Aug 09 23:24:59 -0700 2007
commit  148a160d002a3b9315c57375113a69ca2f4a0593
tree    322a9edbfcb3bf2df2fc95b31749a1db1ffffa37
parent  3b7882afddb5ad00779fb3245728b9ac8d36f9b5
...
103
104
105
106
 
107
 
108
109
110
...
103
104
105
 
106
107
108
109
110
111
0
@@ -103,8 +103,9 @@ external_libs/libltdl/config.h:
0
 external_libs/libltdl/.libs/libltdl.a: external_libs/libltdl/config.h
0
   cd external_libs/libltdl; $(MAKE)
0
 
0
-lib/librubinius.la: config.h $(ALIBS) external_libs/lightning/config.h
0
+lib/librubinius.la:
0
   cd lib; $(MAKE) librubinius.la;
0
+.PHONY: lib/librubinius.la
0
 
0
 # Don't try to build main until librubinius exists
0
 main.c: lib/librubinius.la
...
91
92
93
94
 
95
96
97
...
91
92
93
 
94
95
96
97
0
@@ -91,7 +91,7 @@ show_info:
0
   sed 's,\($*\)\.o[ :]*,\1.lo $@ : ,g' < $@.$$$$ > $@; \
0
   rm -f $@.$$$$
0
 
0
-librubinius.la: show_info $(DEPS) $(LOBJS)
0
+librubinius.la: $(DEPS) $(LOBJS)
0
   $(LINKER) -release $(VERSION) -o librubinius.la $(LOBJS) -rpath $(LIBPATH) $(LIBS)
0
 
0
 cpu_instructions.o: instructions.gen instruction_names.c instruction_names.h

Comments

    No one has commented yet.