From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/games/prboom
Date: Wed, 5 Nov 2008 07:47:10 -0800 (PST) [thread overview]
Message-ID: <20081105154710.249223C8DC@busybox.net> (raw)
Author: jacmet
Date: 2008-11-05 07:47:09 -0800 (Wed, 05 Nov 2008)
New Revision: 23940
Log:
prboom: misc cleanups
As noted by Bernhard on irc.
Modified:
trunk/buildroot/package/games/prboom/prboom.mk
Changeset:
Modified: trunk/buildroot/package/games/prboom/prboom.mk
===================================================================
--- trunk/buildroot/package/games/prboom/prboom.mk 2008-11-05 13:33:43 UTC (rev 23939)
+++ trunk/buildroot/package/games/prboom/prboom.mk 2008-11-05 15:47:09 UTC (rev 23940)
@@ -40,12 +40,12 @@
$(INSTALL) -D $(PRBOOM_DIR)/src/prboom $(TARGET_DIR)/usr/games/prboom
$(INSTALL) -D $(PRBOOM_DIR)/src/prboom-game-server $(TARGET_DIR)/usr/games/prboom-game-server
$(INSTALL) -D $(PRBOOM_DIR)/data/prboom.wad $(TARGET_DIR)/usr/share/games/doom/prboom.wad
- $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/games/prboom
- $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/games/prboom-game-server
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/games/prboom
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/games/prboom-game-server
touch $@
$(PRBOOM_TARGET_CLEAN):
- rm -rf $(TARGET_DIR)/usr/share/games/doom/prboom.wad
- rm -rf $(TARGET_DIR)/usr/games/prboom-game-server
- rm -rf $(TARGET_DIR)/usr/games/prboom
+ rm -rf $(TARGET_DIR)/usr/share/games/doom/prboom.wad \
+ $(TARGET_DIR)/usr/games/prboom-game-server \
+ $(TARGET_DIR)/usr/games/prboom
-$(MAKE) -C $(PRBOOM_DIR) clean
next reply other threads:[~2008-11-05 15:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-05 15:47 jacmet at uclibc.org [this message]
2008-11-05 17:26 ` [Buildroot] svn commit: trunk/buildroot/package/games/prboom Thomas Petazzoni
2008-11-06 15:58 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2008-11-05 13:33 egtvedt at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081105154710.249223C8DC@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.