_DISTRIB_NAME := $(shell sed -n '/^.*distribution=\([^,]*\),.*/s//\1/p' /etc/product.id)
DISTRIB_NAME = "$(_DISTRIB_NAME)"
DISTRIB_VERSION = $(shell sed -n '/^.*version=\([^,]*\),.*/s//\1/p' /etc/product.id)
DISTRIB_TYPE = $(shell sed -n '/^.*type=\([^,]*\),.*/s//\1/p' /etc/product.id)
DISTRIB_DESCR = "$(_DISTRIB_NAME) release $(DISTRIB_VERSION)"
# not config, but useful everywhere :)
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
PKG_ARCH := $(patsubst i386,i586,$(ARCH))
ifeq (x86_64, $(ARCH))
LIB = lib64
else
LIB = lib
endif
ef='/'>
blob: 65cc1090975ddbcaa07fd1459a0fd4484887eca9 (
plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Packagers representatives
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packagers%20representatives&In-Reply-To=%3C201101051539.48051.mageia%40delaur.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001959.html">
<LINK REL="Next" HREF="001963.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Packagers representatives</H1>
<B>Jérôme Martin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packagers%20representatives&In-Reply-To=%3C201101051539.48051.mageia%40delaur.net%3E"
TITLE="[Mageia-dev] Packagers representatives">mageia at delaur.net
</A><BR>
<I>Wed Jan 5 15:38:13 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="001959.html">[Mageia-dev] FOSDEM 2011
</A></li>
<LI>Next message: <A HREF="001963.html">[Mageia-dev] Packagers representatives
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1962">[ date ]</a>
<a href="thread.html#1962">[ thread ]</a>
<a href="subject.html#1962">[ subject ]</a>
<a href="author.html#1962">[ author ]</a>
</LI>
</UL>
<HR>
|