mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 02:42:47 +00:00
packaging: add error checking to replace target
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1e3575ed20
commit
9bfa562ea6
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ SUBDIR += kde-extraapps
|
|||
.include "../mk/misc/category.mk"
|
||||
|
||||
replace:
|
||||
$(MAKE) distclean
|
||||
$(MAKE) makesum
|
||||
for sub in ariya-icons libdbusmenu-katie poppler-katie strigi \
|
||||
${RUN} $(MAKE) distclean
|
||||
${RUN} $(MAKE) makesum
|
||||
${RUN} for sub in ariya-icons libdbusmenu-katie poppler-katie strigi \
|
||||
kdelibs kde-baseapps kde-workspace kde-extraapps;do \
|
||||
$(MAKE) -C $$sub replace; \
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue