Differences From:
File
src/makemake.tcl
part of check-in
[def4449a87]
- Add the "baseline" command that shows the UUID of the fossil baseline
from which the fossil executable was built.
by
drh on
2007-08-25 19:39:58.
[view]
To:
File
src/makemake.tcl
part of check-in
[b4571bb75e]
- Fix a makefile dependency to force a rebuild whenever the manifest.uuid
changes.
by
drh on
2007-08-25 19:45:38.
[view]
@@ -104,9 +104,9 @@
$(APPNAME): headers $(OBJ) sqlite3.o
$(TCC) -o $(APPNAME) $(OBJ) sqlite3.o $(LIB)
clean:
- rm -f *.o *_.c $(APPNAME)
+ rm -f *.o *_.c $(APPNAME) VERSION.h
rm -f translate makeheaders mkindex page_index.h headers}
set hfiles {}
foreach s [lsort $src] {lappend hfiles $s.h}
@@ -117,9 +117,9 @@
append mhargs " ${s}_.c:$s.h"
set extra_h($s) {}
}
append mhargs " \$(SRCDIR)/sqlite3.h ./VERSION.h"
-puts "headers:\tmakeheaders mkindex \$(TRANS_SRC)"
+puts "headers:\tmakeheaders mkindex \$(TRANS_SRC) ./VERSION.h"
puts "\t./makeheaders $mhargs"
puts "\t./mkindex \$(TRANS_SRC) >page_index.h"
puts "\ttouch headers\n"
set extra_h(main) page_index.h