X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=47e78982e0c1280b650ce3ee5a9c08b7aaeef184;hb=64deb858b0c71f485d186e91cd00cf8b6ec64087;hp=50392ff6512d9c36f2431b7582208fe454b5777b;hpb=e32faa8adbc8ba9803088e849bc26680134c853c;p=git.git diff --git a/Makefile b/Makefile index 50392ff6..47e78982 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ all: # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. -GIT_VERSION = 0.99.9.GIT +GIT_VERSION = 1.0.GIT # CFLAGS and LDFLAGS are for the users to override from the command line. @@ -135,7 +135,8 @@ PROGRAMS = \ git-unpack-objects$X git-update-index$X git-update-server-info$X \ git-upload-pack$X git-verify-pack$X git-write-tree$X \ git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \ - git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X + git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X \ + git-describe$X # what 'all' will build and 'install' will install. ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS) git$X @@ -397,6 +398,9 @@ $(patsubst %.py,%,$(SCRIPT_PYTHON)) : % : %.py git-cherry-pick: git-revert cp $< $@ +# format-patch records GIT_VERSION +git-format-patch: Makefile + %.o: %.c $(CC) -o $*.o -c $(ALL_CFLAGS) $< %.o: %.S