X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=dde8f331d69f87b4886fcace9bed82dd32a25912;hb=7d6fb370bc98e5d4723103dda0829b00c79da213;hp=50392ff6512d9c36f2431b7582208fe454b5777b;hpb=e32faa8adbc8ba9803088e849bc26680134c853c;p=git.git diff --git a/Makefile b/Makefile index 50392ff6..dde8f331 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.0 # CFLAGS and LDFLAGS are for the users to override from the command line. @@ -397,6 +397,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