-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile
More file actions
36 lines (28 loc) · 858 Bytes
/
Makefile
File metadata and controls
36 lines (28 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# @rocks@
# Copyright (c) 2000 - 2011 The Regents of the University of California
# All rights reserved. Rocks(r) v5.4 www.rocksclusters.org
# https://github.com/Teradata/stacki-millos/blob/master/LICENSE-ROCKS.txt
# @rocks@
ROLLROOT = .
include version.mk
-include $(ROLLSBUILD)/etc/CCRolls.mk
roll: pretar
pretar::
-stack add box default-all
-stack enable pallet % box=default-all
-stack add box default-os
-stack enable pallet $(OSNAME) version=$(OSVERSION) \
box=default-os
-stack enable pallet $(UPDATESNAME) version=$(UPDATES_VERSION) \
box=default-os
cleanosdists:
-stack disable pallet % box=default-all
-stack disable pallet % box=default-os
-stack remove box default-all
-stack remove box default-os
clean:: cleanosdists
rm -f yum.conf yum.log
rm -f comps.xml comps.xml.orig
rm -f _arch
rm -rf cache cachedir
rm -f *.iso