projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71ba15
)
Make sure DATE and HEXDATE is exported to submakefiles
author
hpa
<hpa>
Wed, 8 Dec 2004 04:45:44 +0000
(
04:45
+0000)
committer
hpa
<hpa>
Wed, 8 Dec 2004 04:45:44 +0000
(
04:45
+0000)
Makefile
patch
|
blob
|
history
memdisk/version.h
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d72d0ab
..
6038d38
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-83,6
+83,8
@@
endif
ifndef DATE
DATE := $(HEXDATE)
endif
+MAKE += DATE=$(DATE) HEXDATE=$(HEXDATE)
+
BSUBDIRS = memdisk win32
ISUBDIRS = sample com32
diff --git
a/memdisk/version.h
b/memdisk/version.h
index
b2c01d7
..
6bfad65
100644
(file)
--- a/
memdisk/version.h
+++ b/
memdisk/version.h
@@
-21,6
+21,6
@@
#define MEMDISK_VERSION_H
#define FIRSTYEAR "2001"
-#define COPYYEAR "200
3
"
+#define COPYYEAR "200
4
"
#endif