Last change
on this file since 3197 was 3195, checked in by bird, 18 years ago |
some preliminary hacks.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
528 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 3195 2007-04-22 12:13:45Z bird $
|
---|
2 |
|
---|
3 | ifdef NOT_BOOTSTRAPPING_KNIX
|
---|
4 |
|
---|
5 | config:
|
---|
6 | EMXSHELL="$(ASH)" \
|
---|
7 | ./Configure -des \
|
---|
8 | -Dprefix=/@unixroot/usr \
|
---|
9 | -Dvendorprefix=/@unixroot/usr \
|
---|
10 | -Dsiteprefix=/@unixroot/usr \
|
---|
11 | -Dscriptdir=/@unixroot/usr/bin \
|
---|
12 | -Dman1dir=/@unixroot/usr/share/man/man1 \
|
---|
13 | -Dman3dir=/@unixroot/usr/share/man/man3 \
|
---|
14 | -Dinstallman1dir=/@unixroot/usr/share/man/man1 \
|
---|
15 | -Dinstallman3dir=/@unixroot/usr/share/man/man3 \
|
---|
16 | -Dcf_by='kNIX'
|
---|
17 |
|
---|
18 | build:
|
---|
19 | $(PATH_KBUILD_BIN)/kmk_gmake$(HOSTSUFF_EXE)
|
---|
20 |
|
---|
21 | else
|
---|
22 |
|
---|
23 | $(error "not for bootstrapping");
|
---|
24 |
|
---|
25 | endif
|
---|
26 |
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.