projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5dbd7
)
Remove duplicate exports from Makefile
author
Shawn O. Pearce
<spearce@spearce.org>
Tue, 8 May 2007 03:53:06 +0000
(23:53 -0400)
committer
Shawn O. Pearce
<spearce@spearce.org>
Tue, 8 May 2007 03:53:06 +0000
(23:53 -0400)
We already export these variables earlier in the Makefile, right
after they were 'declared'. There is no point in doing so again.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e89ccd4965e6b6562b9c3aace110e76ad375a197..7cf146ba7b80eeb4e46aeb785d0fe12987218c79 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-709,7
+709,7
@@
LIB_OBJS += $(COMPAT_OBJS)
ALL_CFLAGS += $(BASIC_CFLAGS)
ALL_LDFLAGS += $(BASIC_LDFLAGS)
-export
prefix gitexecdir TAR INSTALL DESTDIR SHELL_PATH template_dir
+export
TAR INSTALL DESTDIR SHELL_PATH
### Build rules