VirtualBox

Changeset 2227 in kBuild


Ignore:
Timestamp:
Jan 8, 2009 10:40:22 PM (16 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette