From: Karl Krach <mailinglists@blueSpirit.la>
To: buildroot@busybox.net
Subject: [Buildroot] libQt3Support.so missing in image on target
Date: Fri, 09 Jul 2010 16:26:57 +0200 [thread overview]
Message-ID: <l5ao4x.2pwoka@webmail.variomedia.de> (raw)
Peter Korsgaard <jacmet@uclibc.org> schrieb:
> Karl> Second, I run from time to time in the problem, that I
> Karl> remove the build
> Karl> directory on reconfigure/recompile but not the libraries
> Karl> from the STATING_DIR
> Karl> - this would be a tiny (but nice) feature.
>
> Karl> Thanks a lot,
>
> Isn't that what the qt-clean target is for? What is the use case exactly?
>
No, the clean just cleans the build directory. But a target qt-uninstall would
be nice - it would remove all libraries, header files etc. from the
staging_dir (toolchain dir). This would be a better idea, than my previous
patch - in the case that we document it :)
--- Makefile_original 2010-07-09 16:16:48.000000000 +0200
+++ Makefile 2010-07-09 16:23:45.000000000 +0200
@@ -324,6 +324,7 @@
TARGETS+=erase-fakeroots
+TARGETS_UNINSTALL:=$(patsubst %,%-uninstall,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS) $(BASE_TARGETS))
TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS))
@@ -346,7 +347,7 @@
.PHONY: all world dirs clean distclean source \
$(BASE_TARGETS) $(TARGETS) $(TARGETS_ALL) \
- $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \
+ $(TARGETS_UNINSTALL) $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE)
\
$(DL_DIR) $(TOOLCHAIN_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \
$(HOST_DIR) $(BR2_DEPENDS_DIR) $(BINARIES_DIR) $(STAMP_DIR)
@@ -601,6 +602,8 @@
@echo 'Cleaning:'
@echo ' clean - delete all files created by build'
@echo ' distclean - delete all non-source files (including
.config)'
+ @echo ' <package>-clean - delete all files created by build of
<package>'
+ @echo ' <package>-uninstall - remove installation files of <package>'
@echo
@echo 'Build:'
@echo ' all - make world'
next reply other threads:[~2010-07-09 14:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-09 14:26 Karl Krach [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-07-09 12:32 [Buildroot] libQt3Support.so missing in image on target Karl Krach
2010-07-09 13:08 ` Peter Korsgaard
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=l5ao4x.2pwoka@webmail.variomedia.de \
--to=mailinglists@bluespirit.la \
--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