All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/openntpd
Date: Mon, 20 Aug 2007 18:10:20 +0200	[thread overview]
Message-ID: <20070820161020.GH23522@aon.at> (raw)
In-Reply-To: <20070819211309.2F199A60E8@busybox.net>

On Sun, Aug 19, 2007 at 02:13:09PM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-08-19 14:13:08 -0700 (Sun, 19 Aug 2007)
>New Revision: 19569
>
>Log:
>openntpd cleanup
>
>Modified:
>   trunk/buildroot/package/openntpd/openntpd.mk
>
>
>Changeset:
>Modified: trunk/buildroot/package/openntpd/openntpd.mk
>===================================================================
>--- trunk/buildroot/package/openntpd/openntpd.mk	2007-08-19 21:11:15 UTC (rev 19568)
>+++ trunk/buildroot/package/openntpd/openntpd.mk	2007-08-19 21:13:08 UTC (rev 19569)
>@@ -29,9 +29,11 @@
> 		--build=$(GNU_HOST_NAME) \
> 		--prefix=/usr \
> 		--sysconfdir=/etc \
>+		--datadir=/usr/share \
>+		--mandir=/usr/share/man \
> 		--with-builtin-arc4random \
>-	);
>-	touch $(OPENNTPD_DIR)/.configured;
>+	)
>+	touch $@
> 
> $(OPENNTPD_DIR)/$(OPENNTPD_BINARY): $(OPENNTPD_DIR)/.configured
> 	$(MAKE) CC=$(TARGET_CC) -C $(OPENNTPD_DIR)
>@@ -45,22 +47,24 @@
> 	#	ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c y.tab.c config.c \
> 	#	server.c client.c sensors.c util.c ; \
> 	#)
>-	$(STRIP) -s $@
>+	$(STRIP) $@
> 
> $(TARGET_DIR)/$(OPENNTPD_TARGET_BINARY): $(OPENNTPD_DIR)/$(OPENNTPD_BINARY)
> 	rm -f $(TARGET_DIR)/etc/ntpd.conf
> 	$(MAKE) DESTDIR=$(TARGET_DIR) STRIP_OPT="" -C $(OPENNTPD_DIR) install
> 	-$(STRIP) $(TARGET_DIR)/$(OPENNTPD_TARGET_BINARY)
> 	cp -af $(OPENNTPD_DIR)/ntpd.conf $(TARGET_DIR)/etc/ntpd.conf
>-	rm -Rf $(TARGET_DIR)/usr/man
>+	# Why in earth do we wipe the whole man directory here?

The phrase is "why on earth", i think.

We do that in alot of places. I'd like to introduce a
BR2_TARGET_MANPAGES
BR2_TARGET_INFOPAGES
sometime in the future.. Feel free to go ahead and add this.

cheers,

  reply	other threads:[~2007-08-20 16:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-19 21:13 [Buildroot] svn commit: trunk/buildroot/package/openntpd ulf at uclibc.org
2007-08-20 16:10 ` Bernhard Fischer [this message]
2007-08-20 18:14   ` Cristian Ionescu-Idbohrn
  -- strict thread matches above, loose matches on Subject: below --
2007-07-16 10:58 ulf at uclibc.org
2007-06-26 16:18 aldot 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=20070820161020.GH23522@aon.at \
    --to=rep.dot.nop@gmail.com \
    --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.