From: wberrier at uclibc.org <wberrier@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/logrotate
Date: Tue, 7 Oct 2008 10:08:26 -0700 (PDT) [thread overview]
Message-ID: <20081007170826.2B7FCF801A@busybox.net> (raw)
Author: wberrier
Date: 2008-10-07 10:08:25 -0700 (Tue, 07 Oct 2008)
New Revision: 23619
Log:
logrotate: remove duplicate deps. Clean up '/etc'
on make clean. Some other syntactic niceties.
Modified:
trunk/buildroot/package/logrotate/logrotate.mk
Changeset:
Modified: trunk/buildroot/package/logrotate/logrotate.mk
===================================================================
--- trunk/buildroot/package/logrotate/logrotate.mk 2008-10-07 17:00:58 UTC (rev 23618)
+++ trunk/buildroot/package/logrotate/logrotate.mk 2008-10-07 17:08:25 UTC (rev 23619)
@@ -21,18 +21,20 @@
$(INSTALL) -m 0644 package/logrotate/logrotate.conf $(TARGET_DIR)/etc/logrotate.conf
$(INSTALL) -d -m 0755 $(TARGET_DIR)/etc/logrotate.d
-logrotate: uclibc busybox popt $(TARGET_DIR)/$(LOGROTATE_TARGET_BINARY)
+logrotate: popt $(TARGET_DIR)/$(LOGROTATE_TARGET_BINARY)
logrotate-source: $(DL_DIR)/$(LOGROTATE_SOURCE)
logrotate-clean:
rm -f $(TARGET_DIR)/$(LOGROTATE_TARGET_BINARY)
+ rm -f $(TARGET_DIR)/etc/logrotate.conf
+ -rmdir $(TARGET_DIR)/etc/logrotate.d
-$(MAKE) -C $(LOGROTATE_DIR) clean
logrotate-dirclean:
- rm -Rf $(LOGROTATE_DIR)
+ rm -rf $(LOGROTATE_DIR)
-ifeq ($(strip $(BR2_PACKAGE_LOGROTATE)),y)
+ifeq ($(BR2_PACKAGE_LOGROTATE),y)
TARGETS+=logrotate
endif
next reply other threads:[~2008-10-07 17:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-07 17:08 wberrier at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-05 16:42 [Buildroot] svn commit: trunk/buildroot/package/logrotate 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=20081007170826.2B7FCF801A@busybox.net \
--to=wberrier@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