From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/java/concierge
Date: Mon, 31 Mar 2008 02:51:59 -0700 (PDT) [thread overview]
Message-ID: <20080331095159.DA6453C4FD@busybox.net> (raw)
Author: jacmet
Date: 2008-03-31 02:51:59 -0700 (Mon, 31 Mar 2008)
New Revision: 21593
Log:
concierge: cleanup (white space + unneeded mkdir)
Modified:
trunk/buildroot/package/java/concierge/concierge.mk
Changeset:
Modified: trunk/buildroot/package/java/concierge/concierge.mk
===================================================================
--- trunk/buildroot/package/java/concierge/concierge.mk 2008-03-31 09:06:26 UTC (rev 21592)
+++ trunk/buildroot/package/java/concierge/concierge.mk 2008-03-31 09:51:59 UTC (rev 21593)
@@ -10,20 +10,19 @@
CONCIERGE_SITE_BUNDLES = http://concierge.sourceforge.net/bundles/
$(DL_DIR)/concierge:
- mkdir -p $(DL_DIR)/concierge/
- $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE)/concierge-$(CONCIERGE_VERSION).jar
- $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE_BUNDLES)shell-1.0.0.RC2.jar
- $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE_BUNDLES)service-tracker-1.0.0.RC2.jar
- $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE_BUNDLES)event-admin-1.0.0.RC2.jar
+ mkdir -p $(DL_DIR)/concierge/
+ $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE)/concierge-$(CONCIERGE_VERSION).jar
+ $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE_BUNDLES)shell-1.0.0.RC2.jar
+ $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE_BUNDLES)service-tracker-1.0.0.RC2.jar
+ $(WGET) -P $(DL_DIR)/concierge/ $(CONCIERGE_SITE_BUNDLES)event-admin-1.0.0.RC2.jar
$(TARGET_DIR)/usr/lib/concierge/: $(DL_DIR)/concierge
- mkdir -p $(TARGET_DIR)/usr/lib
mkdir -p $(TARGET_DIR)/usr/lib/concierge
cp -dpf $(DL_DIR)/concierge/* $(TARGET_DIR)/usr/lib/concierge/
cp -dpf package/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/
touch -c $@
-$(TARGET_DIR)/usr/bin/concierge:
+$(TARGET_DIR)/usr/bin/concierge:
cp -dpf package/concierge/files/concierge $(TARGET_DIR)/usr/bin/
chmod +x $(TARGET_DIR)/usr/bin/concierge
touch -c $@
next reply other threads:[~2008-03-31 9:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-31 9:51 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-09-07 14:31 [Buildroot] svn commit: trunk/buildroot/package/java/concierge jacmet 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=20080331095159.DA6453C4FD@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox