Makefile (5084e753b79a753c8b532c06eb3ad1d025e8e472) | Makefile (a01be845e9dee367d46c5b5e02e8f1e9d7c98be3) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 388 unchanged lines hidden (view full) --- 397 -$(PKGDEBUG)if [ "$(SUPPRESSPKGDEP)" = "true" ]; then \ 398 print "Suppressing dependency resolution"; \ 399 for p in $(DEP_PKGS:%.dep=%); do \ 400 $(CP) $$p.dep $$p.res; \ 401 done; \ 402 else \ 403 print "Resolving dependencies"; \ 404 pkgdepend resolve -m $(DEP_SYNTH_PKGS) $(DEP_PKGS); \ | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 388 unchanged lines hidden (view full) --- 397 -$(PKGDEBUG)if [ "$(SUPPRESSPKGDEP)" = "true" ]; then \ 398 print "Suppressing dependency resolution"; \ 399 for p in $(DEP_PKGS:%.dep=%); do \ 400 $(CP) $$p.dep $$p.res; \ 401 done; \ 402 else \ 403 print "Resolving dependencies"; \ 404 pkgdepend resolve -m $(DEP_SYNTH_PKGS) $(DEP_PKGS); \ |
405 for p in $(DEP_PKGS:%.dep=%); do \ | 405 for p in $(DEP_SYNTH_PKGS:%.dep=%) $(DEP_PKGS:%.dep=%); do \ |
406 if [ "$$(print $$p.metadata.*)" = \ 407 "$$(print $$p.metadata.noincorp.*)" ]; \ 408 then \ 409 print "Removing dependency versions from $$p"; \ 410 $(PKGMOGRIFY) $(PKGMOG_VERBOSE) \ 411 -O $$p.res -I transforms \ 412 strip_versions $$p.dep.res; \ 413 $(RM) $$p.dep.res; \ --- 371 unchanged lines hidden --- | 406 if [ "$$(print $$p.metadata.*)" = \ 407 "$$(print $$p.metadata.noincorp.*)" ]; \ 408 then \ 409 print "Removing dependency versions from $$p"; \ 410 $(PKGMOGRIFY) $(PKGMOG_VERBOSE) \ 411 -O $$p.res -I transforms \ 412 strip_versions $$p.dep.res; \ 413 $(RM) $$p.dep.res; \ --- 371 unchanged lines hidden --- |