summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-06-27 22:20:13 +0300
committerModestas Vainius <modestas@vainius.eu>2009-06-27 22:34:21 +0300
commit54f1611f71fc2c872193d78386a66a313fbf69eb (patch)
treea6189bc5e163c363ef9adfe9c49e8f33a6a0c975 /makefiles
parentc9cbdcc539ab737b09e8d960a53b9e20af2af105 (diff)
downloadpkg-kde-tools-54f1611f71fc2c872193d78386a66a313fbf69eb.tar.gz
Add very basic pkgkde-symbolshelper which supports 1.15.3
As stated in changelog, it is here only to avoid breaking packages using it at build time. It is absolute useless for patching/generating new symbol files. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/1/cdbs/symbolshelper.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/makefiles/1/cdbs/symbolshelper.mk b/makefiles/1/cdbs/symbolshelper.mk
index a0cc7ae..7d76de9 100644
--- a/makefiles/1/cdbs/symbolshelper.mk
+++ b/makefiles/1/cdbs/symbolshelper.mk
@@ -10,9 +10,6 @@ ifneq (,$(strip $(SYMBOLSHELPER_PACKAGES)))
$(patsubst %,binary-strip/%,$(SYMBOLSHELPER_PACKAGES)):: binary-strip/%:
pkgkde-symbolshelper symbolfile -p $(cdbs_curpkg) -o debian/$(cdbs_curpkg).symbols.$(DEB_HOST_ARCH)
-$(patsubst %,binary-fixup/%,$(SYMBOLSHELPER_PACKAGES)):: binary-fixup/%:
- pkgkde-symbolshelper postgensymbols -p $(cdbs_curpkg) -v
-
clean::
rm -f $(patsubst %,debian/%.symbols.$(DEB_HOST_ARCH),$(SYMBOLSHELPER_PACKAGES))