Changeset 90359 in vbox for trunk/src/VBox/Installer/linux/rpm
- Timestamp:
- Jul 27, 2021 3:20:22 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r90357 r90359 59 59 chrarch := $(shell if [ `uname -m` = "x86_64" ]; then echo "amd64"; else echo "x86"; fi) 60 60 -include $(vboxroot)/SVN_REVISION 61 svnrev := $(if $(svn_revision),$(svn_revision),)62 61 63 62 NOMODS ?= $(ose) … … 185 184 $(doc_dir) \ 186 185 VBOX_PACKAGE_DIST=$(rpmdist) \ 187 $(if $(svn rev),VBOX_SVN_REV=$(svnrev),) \188 $(if $(NODOCS),VBOX_WITH_DOCS= 186 $(if $(svn_revision),VBOX_SVN_REV=$(svn_revision),) \ 187 $(if $(NODOCS),VBOX_WITH_DOCS=,) \ 189 188 $(if $(VERBOSE),--print-directory KBUILD_VERBOSE=2,--no-print-directory) \ 190 189 $(if $(STAGEDISO),VBOX_WITHOUT_ADDITIONS=1,)
Note:
See TracChangeset
for help on using the changeset viewer.