Changeset 2227


Ignore:
Timestamp:
Jan 8, 2009, 11:40:22 PM (17 years ago)
Author:
bird
Message:

footer.kmk: Added kbuild-show-install-files and kbuild-show-install-dirs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2225 r2227  
    34523452endif
    34533453
     3454# Some introspection targets that can be useful for package maintainers.
     3455.PHONY: kbuild-show-install-files kbuild-show-install-dirs
     3456kbuild-show-install-files::
     3457        $(addprefix $(NL)$(TAB)$(QUIET)$(ECHO) , $(subst $(PATH_INS)/,,$(_INSTALLS_FILES)))
     3458
     3459kbuild-show-install-dirs::
     3460        $(addprefix $(NL)$(TAB)$(QUIET)$(ECHO) , $(subst $(PATH_INS)/,,$(_INSTALLS_DIRS)))
     3461
     3462
    34543463#
    34553464# TESTING
Note: See TracChangeset for help on using the changeset viewer.