Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145723454
D51066.1778462515.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
814 B
Referenced Files
None
Subscribers
None
D51066.1778462515.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2113,7 +2113,9 @@
${_+_}@cd ${.CURDIR}; \
${MAKE} -f Makefile.inc1 \
DESTDIR=${SSTAGEDIR} \
- PKG_VERSION=${PKG_VERSION} create-source-packages
+ PKG_VERSION=${PKG_VERSION} \
+ SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
+ create-source-packages
create-packages: .PHONY create-packages-world create-packages-kernel create-packages-source
@@ -2322,7 +2324,10 @@
sign-packages: .PHONY
${_+_}@cd ${.CURDIR}; \
- ${MAKE} -f Makefile.inc1 PKG_VERSION=${PKG_VERSION} real-sign-packages
+ ${MAKE} -f Makefile.inc1 \
+ PKG_VERSION=${PKG_VERSION} \
+ SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
+ real-sign-packages
real-sign-packages: _pkgbootstrap .PHONY
printf "version = 2;\n" > ${WSTAGEDIR}/meta
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 11, 1:21 AM (5 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28657734
Default Alt Text
D51066.1778462515.diff (814 B)
Attached To
Mode
D51066: Makefile.inc1: Set SOURCE_DATE_EPOCH in more pkg targets
Attached
Detach File
Event Timeline
Log In to Comment