revert 8c228a123f
: accidental commit
was testing out the git/import tweaks and accidentally pushed this commit. No comment on whether we want it, but it definitely wasn't ready for merge. Oops.
This commit is contained in:
parent
abe0534492
commit
bcfee7b547
3 changed files with 10 additions and 30 deletions
|
@ -3,13 +3,11 @@ ARCH=\
|
||||||
bcm64\
|
bcm64\
|
||||||
cycv\
|
cycv\
|
||||||
kw\
|
kw\
|
||||||
# power arch:\
|
mtx\
|
||||||
# mtx\
|
|
||||||
omap\
|
omap\
|
||||||
pc\
|
pc\
|
||||||
pc64\
|
pc64\
|
||||||
# power arch:\
|
ppc\
|
||||||
# ppc\
|
|
||||||
sgi\
|
sgi\
|
||||||
teg2\
|
teg2\
|
||||||
xen\
|
xen\
|
||||||
|
|
|
@ -7,9 +7,6 @@ TEXTBASE=0xfffc0000
|
||||||
|
|
||||||
all:V: $TARG
|
all:V: $TARG
|
||||||
|
|
||||||
install:V:
|
|
||||||
echo install not supported >[1=2]
|
|
||||||
|
|
||||||
clean:V:
|
clean:V:
|
||||||
rm -rf $TARG *.$O
|
rm -rf $TARG *.$O
|
||||||
@{objtype=$cputype mk -f mkfile.port clean}
|
@{objtype=$cputype mk -f mkfile.port clean}
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
</$objtype/mkfile
|
</$objtype/mkfile
|
||||||
|
|
||||||
SUPPORTED_OBJS=\
|
|
||||||
386\
|
|
||||||
amd64\
|
|
||||||
arm\
|
|
||||||
arm64\
|
|
||||||
mips\
|
|
||||||
|
|
||||||
LIBS=\
|
LIBS=\
|
||||||
lib9p\
|
lib9p\
|
||||||
libString\
|
libString\
|
||||||
|
@ -59,29 +52,21 @@ none:VQ:
|
||||||
|
|
||||||
all install clean nuke:VQ:
|
all install clean nuke:VQ:
|
||||||
date
|
date
|
||||||
if (~ $objtype $SUPPORTED_OBJS) {
|
for (i in $LIBS $SUBSYS $CMDS) @{
|
||||||
for (i in $LIBS $SUBSYS $CMDS) @{
|
cd $i
|
||||||
cd $i
|
mk $target
|
||||||
mk $target
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if not
|
|
||||||
echo $objtype arch not supported by 9front >[1=2]
|
|
||||||
date
|
date
|
||||||
|
|
||||||
installall:V:
|
installall:V:
|
||||||
echo "installall not supported"
|
echo "installall not supported"
|
||||||
|
|
||||||
release:V:
|
release:V:
|
||||||
if (~ $objtype $SUPPORTED_OBJS) {
|
mk nuke
|
||||||
mk nuke
|
rm -f /$objtype/lib/ape/*.a
|
||||||
rm -f /$objtype/lib/ape/*.a
|
rm -f /$objtype/lib/*.a
|
||||||
rm -f /$objtype/lib/*.a
|
mk install
|
||||||
mk install
|
mk clean
|
||||||
mk clean
|
|
||||||
}
|
|
||||||
if not
|
|
||||||
echo $objtype architecture not supported >[1=2]
|
|
||||||
|
|
||||||
kernels:V:
|
kernels:V:
|
||||||
for (i in 9 boot) @{
|
for (i in 9 boot) @{
|
||||||
|
|
Loading…
Reference in a new issue