Gentoo Archives: gnap-dev

From: codesite-noreply@××××××.com
To: gnap-dev@l.g.o
Subject: [gnap-dev] [gnap-dev commit] r123 - in trunk/tools/rebuild_stages: i386-uclibc i386-uclibc-hardened i386-uclibc-hardened_date ...
Date: Mon, 23 Jun 2008 16:52:23
Message-Id: 000e0cd17ea8b8c9b604505843ce@google.com
1 Author: rieggepp
2 Date: Mon Jun 23 09:51:49 2008
3 New Revision: 123
4
5 Modified:
6 trunk/tools/rebuild_stages/i386-uclibc-hardened/Makefile
7 trunk/tools/rebuild_stages/i386-uclibc-hardened_date/Makefile
8 trunk/tools/rebuild_stages/i386-uclibc/Makefile
9 trunk/tools/rebuild_stages/i386-uclibc_date/Makefile
10
11 Log:
12 Some small fixes and better defaults in the Makefiles.
13
14 Modified: trunk/tools/rebuild_stages/i386-uclibc-hardened/Makefile
15 ==============================================================================
16 --- trunk/tools/rebuild_stages/i386-uclibc-hardened/Makefile (original)
17 +++ trunk/tools/rebuild_stages/i386-uclibc-hardened/Makefile Mon Jun 23
18 09:51:49 2008
19 @@ -1,5 +1,5 @@
20 # Basic Configuration
21 -TAG = i386-uclibc
22 +TAG = i386-uclibc-hardened
23 SUBARCH = x86
24 VERSION = latest
25 RELTYPE = default
26 @@ -44,7 +44,7 @@
27 CATALYST_DIST_DIR = $(CATALYST_PORT_DIR)/distfiles
28
29 # Directory Configuration
30 -WORK_DIR = /root/work/catalyst/$(TAG)
31 +WORK_DIR = /root/work/rebuild_stages/$(TAG)
32 TMP_DIR = /var/tmp
33 MIRROR_DIR = /home/stoile/public_html/gentoo
34
35
36 Modified: trunk/tools/rebuild_stages/i386-uclibc-hardened_date/Makefile
37 ==============================================================================
38 --- trunk/tools/rebuild_stages/i386-uclibc-hardened_date/Makefile (original)
39 +++ trunk/tools/rebuild_stages/i386-uclibc-hardened_date/Makefile Mon
40 Jun 23 09:51:49 2008
41 @@ -1,5 +1,5 @@
42 # Basic Configuration
43 -TAG = i386-uclibc
44 +TAG = i386-uclibc-hardened_date
45 SUBARCH = x86
46 VERSION = 20080619
47 RELTYPE = default
48 @@ -44,7 +44,7 @@
49 CATALYST_DIST_DIR = $(CATALYST_PORT_DIR)/distfiles
50
51 # Directory Configuration
52 -WORK_DIR = /root/work/catalyst/$(TAG)
53 +WORK_DIR = /root/work/rebuild_stages/$(TAG)
54 TMP_DIR = /var/tmp
55 MIRROR_DIR = /home/stoile/public_html/gentoo
56
57
58 Modified: trunk/tools/rebuild_stages/i386-uclibc/Makefile
59 ==============================================================================
60 --- trunk/tools/rebuild_stages/i386-uclibc/Makefile (original)
61 +++ trunk/tools/rebuild_stages/i386-uclibc/Makefile Mon Jun 23 09:51:49 2008
62 @@ -44,7 +44,7 @@
63 CATALYST_DIST_DIR = $(CATALYST_PORT_DIR)/distfiles
64
65 # Directory Configuration
66 -WORK_DIR = /root/work/catalyst/$(TAG)
67 +WORK_DIR = /root/work/rebuild_stages/$(TAG)
68 TMP_DIR = /var/tmp
69 MIRROR_DIR = /home/stoile/public_html/gentoo
70
71
72 Modified: trunk/tools/rebuild_stages/i386-uclibc_date/Makefile
73 ==============================================================================
74 --- trunk/tools/rebuild_stages/i386-uclibc_date/Makefile (original)
75 +++ trunk/tools/rebuild_stages/i386-uclibc_date/Makefile Mon Jun 23
76 09:51:49 2008
77 @@ -44,7 +44,7 @@
78 CATALYST_DIST_DIR = $(CATALYST_PORT_DIR)/distfiles
79
80 # Directory Configuration
81 -WORK_DIR = /root/work/catalyst/$(TAG)
82 +WORK_DIR = /root/work/rebuild_stages/$(TAG)
83 TMP_DIR = /var/tmp
84 MIRROR_DIR = /home/stoile/public_html/gentoo
85
86 --
87 gnap-dev@l.g.o mailing list