From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 16 Jan 2009 00:15:36 +0100 Subject: [Buildroot] svn commit: trunk/buildroot/package/liberation In-Reply-To: <1232056357.4757.52.camel@aeglos.sweden.atmel.com> (Ulf Samuelsson's message of "Thu\, 15 Jan 2009 22\:52\:37 +0100") References: <20090113103749.5AC7B76850@busybox.osuosl.org> <1232056357.4757.52.camel@aeglos.sweden.atmel.com> Message-ID: <87myds6u07.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Ulf" == Ulf Samuelsson writes: Hi, >> -$(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf >> +$(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(LIBERATION_DIR)/.unpacked >> -mkdir -p $(TARGET_DIR)/usr/share/fonts/liberation >> $(INSTALL) -m0644 $(LIBERATION_DIR)/*.ttf $(TARGET_DIR)/usr/share/fonts/liberation/ >> - touch -c $(TARGET_DIR)/usr/share/fonts/.ttf >> + touch -c $@ Ulf> You *still* put stamp files in the target root file system. Huh, $@ look to be $(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf, so that's fine. -- Bye, Peter Korsgaard