ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/Makefile.inc1
(Generate patch)

Comparing trunk/Makefile.inc1 (file contents):
Revision 9189 by laffer1, Mon Oct 17 13:04:37 2016 UTC vs.
Revision 9346 by laffer1, Sat Mar 4 16:46:02 2017 UTC

# Line 591 | Line 591 | kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_librar
591   # Checks to be sure system is ready for installworld/installkernel.
592   #
593   installcheck:
594 + installcheck_UGID:
595  
596   #
597   # Require DESTDIR to be set if installing for a different architecture or
# Line 622 | Line 623 | CHECK_GIDS+=   smmsp
623   CHECK_UIDS+=    proxy
624   CHECK_GIDS+=    proxy authpf
625   .endif
625 installcheck: installcheck_UGID
626   installcheck_UGID:
627   .for uid in ${CHECK_UIDS}
628          @if ! `id -u ${uid} >/dev/null 2>&1`; then \
# Line 676 | Line 676 | EXTRA_DISTRIBUTIONS+=  games
676   EXTRA_DISTRIBUTIONS+=   lib32
677   .endif
678  
679 < distributeworld installworld: installcheck
679 > distributeworld installworld: installcheck installcheck_UGID
680          mkdir -p ${INSTALLTMP}
681          progs=$$(for prog in ${ITOOLS}; do \
682                  if progpath=`which $$prog`; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines