rump: add reproducible option to newvers.sh

issue #5255
This commit is contained in:
Sebastian Sumpf 2024-06-25 10:28:33 +02:00 committed by Norman Feske
parent eb656bf40c
commit 190d49527c

View File

@ -219,7 +219,7 @@ INC_DIR += $(REP_DIR)/src/include \
# generic
#
vers.c:
$(VERBOSE_MK)cd $(RUMP_BASE) && /bin/sh $(RUMP_PORT_DIR)/src/sys/conf/newvers.sh -iRUMP_ROAST -n
$(VERBOSE_MK)cd $(RUMP_BASE) && /bin/sh $(RUMP_PORT_DIR)/src/sys/conf/newvers.sh -r -iRUMP_ROAST -n
# trigger build
$(SRC_O): vers.c