* [Buildroot] [PATCH] fix make clean for package/dropbear
@ 2007-07-17 21:42 Rick Foos
0 siblings, 0 replies; only message in thread
From: Rick Foos @ 2007-07-17 21:42 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-17 21:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17 21:42 [Buildroot] [PATCH] fix make clean for package/dropbear Rick Foos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox