X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=3395a9e102957b02bbc6e1c25c56c8a97b8e5c76;hb=2414721b194453f058079d897d13c4e377f92dc6;hp=7de4bbedbd5fdefd33593d7251a0b8c9c5f8489a;hpb=e4e79a217576d24ef4d73b620766f62b155bcd98;p=git.git diff --git a/Makefile b/Makefile index 7de4bbed..3395a9e1 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 = 1.0.0a +GIT_VERSION = 1.0.GIT # 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