diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:49:00 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:49:00 +0400 |
commit | 23e77e8793003d2056a5c92590f9cd672ff7600d (patch) | |
tree | a23df856d3760841ec5935cc8a5ebb3a3ccbc110 /usr/src/make_src/Make/lib/vroot | |
parent | 7684ed48eabcc62edd3221645064cb979f3c9069 (diff) | |
download | sunmake-upstream.tar.gz |
Remove unused filesupstream/2006.12.19upstream
Diffstat (limited to 'usr/src/make_src/Make/lib/vroot')
-rw-r--r-- | usr/src/make_src/Make/lib/vroot/Makefile | 29 | ||||
-rw-r--r-- | usr/src/make_src/Make/lib/vroot/src/Makefile | 49 | ||||
-rw-r--r-- | usr/src/make_src/Make/lib/vroot/src/Variant.mk | 71 | ||||
-rw-r--r-- | usr/src/make_src/Make/lib/vroot/src/libvroot.msg | 38 |
4 files changed, 0 insertions, 187 deletions
diff --git a/usr/src/make_src/Make/lib/vroot/Makefile b/usr/src/make_src/Make/lib/vroot/Makefile deleted file mode 100644 index fd663cd..0000000 --- a/usr/src/make_src/Make/lib/vroot/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 1996 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# @(#)Makefile 1.5 06/12/12 -# - -TOP = ../../.. -include $(TOP)/rules/variant.mk -include $(TOP)/rules/derived.mk diff --git a/usr/src/make_src/Make/lib/vroot/src/Makefile b/usr/src/make_src/Make/lib/vroot/src/Makefile deleted file mode 100644 index 299c46d..0000000 --- a/usr/src/make_src/Make/lib/vroot/src/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 1996 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# @(#)Makefile 1.3 06/12/12 -# - -# Generic makefile for use in src directories. Knows how to make common things -# in the right $(VARIANT) directory. - -include $(TOP)/rules/variant.mk - -all := TARG = all -install := TARG = install -clean := TARG = clean -test := TARG = test -l10n_install := TARG = l10n_install -i18n_install := TARG = i18n_install - -SRC = ../src -MFLAGS += SRC=$(SRC) - -# See $(TOP)/rules/master.mk for how these are built. -%.h %.cc %.C %.E %.o all install clean test l10n_install i18n_install: FRC - @ if [ ! -d ../$(VARIANT) ]; then \ - mkdir ../$(VARIANT) ; \ - fi - cd ../$(VARIANT); $(MAKE) $(MFLAGS) -f $(SRC)/Variant.mk DESTDIR=$(DESTDIR) $@ - -FRC: diff --git a/usr/src/make_src/Make/lib/vroot/src/Variant.mk b/usr/src/make_src/Make/lib/vroot/src/Variant.mk deleted file mode 100644 index b276156..0000000 --- a/usr/src/make_src/Make/lib/vroot/src/Variant.mk +++ /dev/null @@ -1,71 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 1996 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# @(#)Variant.mk 1.28 06/12/12 -# - -TOP = ../../../.. -include $(TOP)/rules/master.mk -include $(TOP)/rules/dmake.mk - -PKG_TOP = $(TOP)/Make -CPPFLAGS += -I$(PKG_TOP)/include - -CCSRCS = \ - access.cc \ - args.cc \ - chdir.cc \ - chmod.cc \ - chown.cc \ - chroot.cc \ - creat.cc \ - execve.cc \ - lock.cc \ - lstat.cc \ - mkdir.cc \ - mount.cc \ - open.cc \ - readlink.cc \ - report.cc \ - rmdir.cc \ - stat.cc \ - statfs.cc \ - truncate.cc \ - unlink.cc \ - unmount.cc \ - utimes.cc \ - vroot.cc \ - setenv.cc - - -HDRS_DIR = $(PKG_TOP)/include/vroot - -.INIT: $(HDRS_DIR)/args.h $(HDRS_DIR)/report.h $(HDRS_DIR)/vroot.h - -LIBNAME = libvroot.a -MSG_FILE = libvroot.msg -I18N_DIRS = $(SRC) - -include $(TOP)/Make/lib/Lib.mk -include $(TOP)/rules/lib.mk - diff --git a/usr/src/make_src/Make/lib/vroot/src/libvroot.msg b/usr/src/make_src/Make/lib/vroot/src/libvroot.msg deleted file mode 100644 index f3a805f..0000000 --- a/usr/src/make_src/Make/lib/vroot/src/libvroot.msg +++ /dev/null @@ -1,38 +0,0 @@ - -$quote " - - -$set 1 -$ -$ CDDL HEADER START -$ -$ The contents of this file are subject to the terms of the -$ Common Development and Distribution License (the "License"). -$ You may not use this file except in compliance with the License. -$ -$ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -$ or http://www.opensolaris.org/os/licensing. -$ See the License for the specific language governing permissions -$ and limitations under the License. -$ -$ When distributing Covered Code, include this CDDL HEADER in each -$ file and include the License file at usr/src/OPENSOLARIS.LICENSE. -$ If applicable, add the following below this CDDL HEADER, with the -$ fields enclosed by brackets "[]" replaced with your own identifying -$ information: Portions Copyright [yyyy] [name of copyright owner] -$ -$ CDDL HEADER END -$ -$ Copyright 1996 Sun Microsystems, Inc. All rights reserved. -$ Use is subject to license terms. -$ -$ @(#)libvroot.msg 1.2 06/12/12 -$ -142 "file_lock: file %s is already locked.\n" -143 "file_lock: will periodically check the lockfile %s for two minutes.\n" -144 "Current working directory %s\n" -145 "Could not lock file `%s'; " -146 " failed - " -147 "Couldn't write to %s" -148 "Cannot open `%s' for writing\n" -149 "Cannot open %s for writing\n" |