From: Rick Foos <rick@synchromeshcomputing.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] fix make clean for package/dropbear
Date: Tue, 17 Jul 2007 16:42:59 -0500 [thread overview]
Message-ID: <013b01c7c8bb$71f06d10$8200000a@k2> (raw)
make clean fails when dropbear is selected.
# make clean
# dropbear makefile does not have uninstall target.
#
# make[1]: Entering directory
`/home/rick/build/mindspeed_build_arm/dropbear-0.49'
# make[1]: *** No rule to make target `uninstall'. Stop.
#make[1]: Leaving directory
`/home/rick/build/mindspeed_build_arm/dropbear-0.49'
#make: *** [dropbear-clean] Error 2
In dropbear.mk, the install target was modified in the past, and manually
installs the package from dropbear.mk.
The clean method called the dropbear makefile with uninstall. The dropbear
makefile no longer contains uninstall, and this uninstall call was now a bug
since the install was done in dropbear.mk.
This patch comments out the uninstall call, and does the correct uninstall
based on the existing commands in dropbear.mk.
Cheers,
Rick Foos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dropbear-clean.patch
Type: application/octet-stream
Size: 1191 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070717/0b06d11a/attachment.obj
reply other threads:[~2007-07-17 21:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='013b01c7c8bb$71f06d10$8200000a@k2' \
--to=rick@synchromeshcomputing.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox