Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/slang
Date: Mon, 30 Jul 2007 03:13:51 -0700 (PDT)	[thread overview]
Message-ID: <20070730101351.56DB4A6079@busybox.net> (raw)

Author: aldot
Date: 2007-07-30 03:13:50 -0700 (Mon, 30 Jul 2007)
New Revision: 19336

Log:
- install libslang.a into the correct dir (/usr/lib)
- remove installed stuff from the staging-dir on -clean


Modified:
   trunk/buildroot/package/slang/slang.mk


Changeset:
Modified: trunk/buildroot/package/slang/slang.mk
===================================================================
--- trunk/buildroot/package/slang/slang.mk	2007-07-30 10:06:24 UTC (rev 19335)
+++ trunk/buildroot/package/slang/slang.mk	2007-07-30 10:13:50 UTC (rev 19336)
@@ -23,7 +23,7 @@
 	$(MAKE1) CFLAGS="-Os -g $(SLANG_CFLAGS)" CC=$(TARGET_CC) -C $(SLANG_DIR)
 
 $(STAGING_DIR)/lib/libslang.so.1: $(SLANG_DIR)/libslang.so
-	cp -dpf $(SLANG_DIR)/libslang.a $(STAGING_DIR)/lib
+	cp -dpf $(SLANG_DIR)/libslang.a $(STAGING_DIR)/usr/lib
 	cp -dpf $(SLANG_DIR)/libslang.so $(STAGING_DIR)/lib
 	cp -dpf $(SLANG_DIR)/slang.h $(STAGING_DIR)/usr/include
 	cp -dpf $(SLANG_DIR)/slcurses.h $(STAGING_DIR)/usr/include
@@ -33,20 +33,20 @@
 $(TARGET_DIR)/lib/libslang.so.1: $(STAGING_DIR)/lib/libslang.so.1
 	cp -dpf $(STAGING_DIR)/lib/libslang.so* $(TARGET_DIR)/lib/
 	-$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libslang.so*
-	touch -c $@
 
 slang: uclibc $(STAGING_DIR)/lib/libslang.so.1 $(TARGET_DIR)/lib/libslang.so.1
 
 slang-source: $(DL_DIR)/$(SLANG_SOURCE)
 
 slang-clean:
-	rm -f $(TARGET_DIR)/lib/libslang.so*
+	rm -f $(TARGET_DIR)/lib/libslang.so* $(STAGING_DIR)/usr/lib/libslang.a \
+		$(STAGING_DIR)/usr/include/slang.h \
+		$(STAGING_DIR)/usr/include/slcurses.h
 	-$(MAKE) -C $(SLANG_DIR) clean
 
 slang-dirclean:
 	rm -rf $(SLANG_DIR)
 
-
 #############################################################
 #
 # Toplevel Makefile options

             reply	other threads:[~2007-07-30 10:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-30 10:13 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-22 22:58 [Buildroot] svn commit: trunk/buildroot/package/slang ulf at uclibc.org
2007-07-30 10:06 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=20070730101351.56DB4A6079@busybox.net \
    --to=aldot@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