Andreas Wacknitz
2024-04-07 3cf25f94579fa0a760559cf424040af7cfa0dd44
commit | author | age
a325d4 1 #
1418b7 2 # This file and its contents are supplied under the terms of the
AL 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
a325d4 6 #
1418b7 7 # A full copy of the text of the CDDL should have accompanied this
AL 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
a325d4 10 #
NJ 11
1418b7 12 #
AL 13 # Copyright 2018 Adam Stevko
14 #
a325d4 15
1418b7 16 print-required-packages::
AL 17     @for package in $(REQUIRED_PACKAGES) ; do \
18         echo $$package ;  \
74c605 19     done | LANG=C LC_ALL=C sort -u
a325d4 20
1418b7 21 # update the metadata for current component
AL 22 update-metadata:
74c605 23     @echo "generating metadata: $(CURDIR:$(WS_TOP)/components/%=%)"
1418b7 24     @$(BASS_O_MATIC) --workspace=$(WS_TOP) --pkg5
AL 25