Move cgit_version from shared.c to cgit.c
With the matching Makefile change, this makes sure that only cgit.o and cgit proper needs to be rebuildt when VERSION has been modified. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Αυτή η υποβολή περιλαμβάνεται σε:
4
Makefile
4
Makefile
@ -66,7 +66,9 @@ CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
|
||||
cgit: $(OBJECTS)
|
||||
$(CC) $(CFLAGS) -o cgit $(OBJECTS) $(EXTLIBS)
|
||||
|
||||
$(OBJECTS): git/xdiff/lib.a git/libgit.a VERSION
|
||||
$(OBJECTS): git/xdiff/lib.a git/libgit.a
|
||||
|
||||
cgit.o: VERSION
|
||||
|
||||
-include $(OBJECTS:.o=.d)
|
||||
|
||||
|
Αναφορά σε νέο ζήτημα
Block a user