Makefile (7c478bd95313f5f23a4c958a745db2134aa03244) | Makefile (a86080f9f90b0c57b0d919eff98a59d743dc5a5f) |
---|---|
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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 219 unchanged lines hidden (view full) --- 228 @cd lib/sasl_plugins; pwd; $(MAKE) EXPORT_SRC 229 @cd lib/smartcard; pwd; $(MAKE) EXPORT_SRC 230 @cd lib/pam_modules/krb5; pwd; $(MAKE) EXPORT_SRC 231 @cd lib/udapl; pwd; $(MAKE) EXPORT_SRC 232 @cd lib/libresolv2; pwd; $(MAKE) EXPORT_SRC 233 @cd tools/elfsign; pwd; $(MAKE) EXPORT_SRC 234 @cd uts/common/crypto/io; pwd; $(MAKE) EXPORT_SRC 235 @cd uts/common/des; pwd; $(MAKE) EXPORT_SRC | 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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 219 unchanged lines hidden (view full) --- 228 @cd lib/sasl_plugins; pwd; $(MAKE) EXPORT_SRC 229 @cd lib/smartcard; pwd; $(MAKE) EXPORT_SRC 230 @cd lib/pam_modules/krb5; pwd; $(MAKE) EXPORT_SRC 231 @cd lib/udapl; pwd; $(MAKE) EXPORT_SRC 232 @cd lib/libresolv2; pwd; $(MAKE) EXPORT_SRC 233 @cd tools/elfsign; pwd; $(MAKE) EXPORT_SRC 234 @cd uts/common/crypto/io; pwd; $(MAKE) EXPORT_SRC 235 @cd uts/common/des; pwd; $(MAKE) EXPORT_SRC |
236 @cd uts/common/inet; pwd; $(MAKE) EXPORT_SRC 237 @cd uts/common/inet/ip; pwd; $(MAKE) EXPORT_SRC | |
238 @cd uts/common/rpc; pwd; $(MAKE) EXPORT_SRC 239 @cd uts/common/sys; pwd; $(MAKE) EXPORT_SRC 240 @cd uts/common/gssapi/include; pwd; $(MAKE) EXPORT_SRC 241 @cd uts/common/gssapi; pwd; $(MAKE) EXPORT_SRC 242 @cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) EXPORT_SRC 243 @cd uts/common/gssapi/mechs/krb5; pwd; $(MAKE) EXPORT_SRC 244 @cd uts/common; pwd; $(MAKE) EXPORT_SRC 245 @cd uts/sparc; pwd; $(MAKE) EXPORT_SRC --- 44 unchanged lines hidden (view full) --- 290 @cd lib/libelfsign; pwd; $(MAKE) CRYPT_SRC 291 @cd lib/libike; pwd; $(MAKE) CRYPT_SRC 292 @cd lib/libnsl; pwd; $(MAKE) CRYPT_SRC 293 @cd lib/libsasl; pwd; $(MAKE) CRYPT_SRC 294 @cd lib/libresolv2; pwd; $(MAKE) CRYPT_SRC 295 @cd lib/sasl_plugins; pwd; $(MAKE) CRYPT_SRC 296 @cd lib/pam_modules/krb5; pwd; $(MAKE) CRYPT_SRC 297 @cd tools/elfsign; pwd; $(MAKE) CRYPT_SRC | 236 @cd uts/common/rpc; pwd; $(MAKE) EXPORT_SRC 237 @cd uts/common/sys; pwd; $(MAKE) EXPORT_SRC 238 @cd uts/common/gssapi/include; pwd; $(MAKE) EXPORT_SRC 239 @cd uts/common/gssapi; pwd; $(MAKE) EXPORT_SRC 240 @cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) EXPORT_SRC 241 @cd uts/common/gssapi/mechs/krb5; pwd; $(MAKE) EXPORT_SRC 242 @cd uts/common; pwd; $(MAKE) EXPORT_SRC 243 @cd uts/sparc; pwd; $(MAKE) EXPORT_SRC --- 44 unchanged lines hidden (view full) --- 288 @cd lib/libelfsign; pwd; $(MAKE) CRYPT_SRC 289 @cd lib/libike; pwd; $(MAKE) CRYPT_SRC 290 @cd lib/libnsl; pwd; $(MAKE) CRYPT_SRC 291 @cd lib/libsasl; pwd; $(MAKE) CRYPT_SRC 292 @cd lib/libresolv2; pwd; $(MAKE) CRYPT_SRC 293 @cd lib/sasl_plugins; pwd; $(MAKE) CRYPT_SRC 294 @cd lib/pam_modules/krb5; pwd; $(MAKE) CRYPT_SRC 295 @cd tools/elfsign; pwd; $(MAKE) CRYPT_SRC |
298 @cd uts/common/inet; pwd; $(MAKE) CRYPT_SRC 299 @cd uts/common/inet/ip; pwd; $(MAKE) CRYPT_SRC | |
300 @cd uts/common/gssapi; pwd; $(MAKE) CRYPT_SRC 301 @cd uts/common/gssapi/include; pwd; $(MAKE) CRYPT_SRC 302 @cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) CRYPT_SRC 303 @cd uts/common/gssapi/mechs/krb5; pwd; $(MAKE) CRYPT_SRC 304 $(RM) Makefile+ 305 sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ 306 < Makefile > Makefile+ 307 $(MV) Makefile+ Makefile --- 50 unchanged lines hidden --- | 296 @cd uts/common/gssapi; pwd; $(MAKE) CRYPT_SRC 297 @cd uts/common/gssapi/include; pwd; $(MAKE) CRYPT_SRC 298 @cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) CRYPT_SRC 299 @cd uts/common/gssapi/mechs/krb5; pwd; $(MAKE) CRYPT_SRC 300 $(RM) Makefile+ 301 sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ 302 < Makefile > Makefile+ 303 $(MV) Makefile+ Makefile --- 50 unchanged lines hidden --- |