CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
games-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1e169
)
nethack: cleaned some pushd/popd calls.
2.6
author
Victor Martinez
<pitillo@ono.com>
Thu, 28 Oct 2010 11:03:19 +0000
(11:03 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Thu, 28 Oct 2010 11:03:19 +0000
(11:03 +0000)
nethack/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/nethack/Pkgfile
b/nethack/Pkgfile
index 67b58e613288938de3001d225fbca304b0c8b512..cf17ed8a0ca8f482cb62262025246acc31812212 100644
(file)
--- a/
nethack/Pkgfile
+++ b/
nethack/Pkgfile
@@
-26,9
+26,6
@@
build() {
make lev_comp
mv dgn_comp dgn_comp_host
mv lev_comp lev_comp_host
- popd
-
- pushd util
rm makedefs.o makedefs ../src/{monst.o,objects.o,alloc.o,decl.o,drawing.o}
rm dgn_lex.o panic.o dgn_main.o
make CC="$SAVED_CC" makedefs
@@
-36,9
+33,6
@@
build() {
mv makedefs.o makedefs.o_arm
mv ../src/monst.o ../src/monst.o_arm
mv ../src/objects.o ../src/objects.o_arm
- popd
-
- pushd util
make makedefs
popd