Changeset 41477 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- May 29, 2012 11:43:27 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78228
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r40390 r41477 5 5 6 6 # 7 # Copyright (C) 2006-201 1Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 530 530 ,$(VBOX_LNX_INST_OUT_DIR)/archive-dbg/$(d)/) 531 531 532 include $( KBUILD_PATH)/subfooter.kmk533 532 include $(FILE_KBUILD_SUB_FOOTER) 533 -
trunk/src/VBox/Installer/linux/testcase/Makefile.kmk
r39223 r41477 5 5 6 6 # 7 # Copyright (C) 2006-201 1Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 SUB_DEPTH = ../../../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 INSTALLS += tstInstallerLinux … … 39 39 $(QUIET)$(CHMOD) a+rx,u+w $@ 40 40 41 include $(KBUILD_PATH)/subfooter.kmk41 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.