Changeset 16983 in vbox
- Timestamp:
- Feb 21, 2009 12:07:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CommonFetch.kmk
r16979 r16983 19 19 20 20 # 21 # Template for the fetch targets.22 #23 TEMPLATE_VBOXFETCH = Template for the fetch targets using zip.24 ifdef FETCHDIR25 TEMPLATE_VBOXFETCH_FETCHDIR ?= $(FETCHDIR)26 else27 TEMPLATE_VBOXFETCH_FETCHDIR ?= $(PATH_DEVTOOLS)/FetchDir28 endif29 TEMPLATE_VBOXFETCH_FETCHTOOL = WGET30 TEMPLATE_VBOXFETCH_FETCHFLAGS = $(VBOX_FETCHFLAGS)31 TEMPLATE_VBOXFETCH_UNPACKTOOL = ZIP32 TEMPLATE_VBOXFETCH_UNPACKFLAGS = -o33 34 #35 # tar.bz2 variant.36 #37 TEMPLATE_VBOXFETCH_TAR_BZ2 = Template for the fetch targets using tar.bz2.38 TEMPLATE_VBOXFETCH_TAR_BZ2_FETCHDIR ?= $(TEMPLATE_VBOXFETCH_FETCHDIR)39 TEMPLATE_VBOXFETCH_TAR_BZ2_FETCHTOOL = $(TEMPLATE_VBOXFETCH_FETCHTOOL)40 TEMPLATE_VBOXFETCH_TAR_BZ2_FETCHFLAGS = $(TEMPLATE_VBOXFETCH_FETCHFLAGS)41 TEMPLATE_VBOXFETCH_TAR_BZ2_UNPACKTOOL = TARBZ242 TEMPLATE_VBOXFETCH_TAR_BZ2_UNPACKFLAGS =43 44 45 #46 21 # OS/2 stuff. 47 22 #
Note:
See TracChangeset
for help on using the changeset viewer.