summaryrefslogtreecommitdiffstats
path: root/targets/pseudo
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-11-30 18:45:46 +0000
committersjg <sjg@FreeBSD.org>2014-11-30 18:45:46 +0000
commitf7ea95e7a35c8e220c0216b7319189cf9679ae29 (patch)
treed79afc6f54559041ce0988fbfe99e39fcac9d67c /targets/pseudo
parent5a7fe0500dbd8b7df2ac081e83ad33237c0fdec1 (diff)
downloadFreeBSD-src-f7ea95e7a35c8e220c0216b7319189cf9679ae29.zip
FreeBSD-src-f7ea95e7a35c8e220c0216b7319189cf9679ae29.tar.gz
Renamed pkgs/ targets/
Diffstat (limited to 'targets/pseudo')
-rw-r--r--targets/pseudo/the-lot/Makefile.depend6
-rw-r--r--targets/pseudo/toolchain/Makefile.depend4
-rw-r--r--targets/pseudo/universe/Makefile2
-rw-r--r--targets/pseudo/universe/Makefile.depend2
-rw-r--r--targets/pseudo/userland/Makefile.depend26
5 files changed, 20 insertions, 20 deletions
diff --git a/targets/pseudo/the-lot/Makefile.depend b/targets/pseudo/the-lot/Makefile.depend
index ad51546..d54c59c 100644
--- a/targets/pseudo/the-lot/Makefile.depend
+++ b/targets/pseudo/the-lot/Makefile.depend
@@ -5,8 +5,8 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
- pkgs/pseudo/kernel \
- pkgs/pseudo/toolchain \
- pkgs/pseudo/userland \
+ targets/pseudo/kernel \
+ targets/pseudo/toolchain \
+ targets/pseudo/userland \
.include <dirdeps.mk>
diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend
index 4ea8d58..bb4bf7e 100644
--- a/targets/pseudo/toolchain/Makefile.depend
+++ b/targets/pseudo/toolchain/Makefile.depend
@@ -10,10 +10,10 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS= usr.bin/xinstall
.if ${MK_CLANG} == "yes"
-DIRDEPS+= pkgs/pseudo/clang
+DIRDEPS+= targets/pseudo/clang
.endif
.if ${MK_GCC} == "yes"
-DIRDEPS+= pkgs/pseudo/gcc
+DIRDEPS+= targets/pseudo/gcc
.endif
.include <dirdeps.mk>
diff --git a/targets/pseudo/universe/Makefile b/targets/pseudo/universe/Makefile
index 85b6b71..ef696d3 100644
--- a/targets/pseudo/universe/Makefile
+++ b/targets/pseudo/universe/Makefile
@@ -32,7 +32,7 @@
#
# this is the RELDIR of the target we build
-UNIVERSE_TARGET_RELDIR?= pkgs/pseudo/the-lot
+UNIVERSE_TARGET_RELDIR?= targets/pseudo/the-lot
# the list of machines
TARGET_MACHINE_LIST = i386 amd64
diff --git a/targets/pseudo/universe/Makefile.depend b/targets/pseudo/universe/Makefile.depend
index e9cbdb5..b55179d 100644
--- a/targets/pseudo/universe/Makefile.depend
+++ b/targets/pseudo/universe/Makefile.depend
@@ -8,7 +8,7 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
# our role here is to build all the host tools etc.
DIRDEPS = \
- pkgs/pseudo/hosttools.host \
+ targets/pseudo/hosttools.host \
.include <dirdeps.mk>
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index 10591bd..12c881f 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -7,18 +7,18 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
- pkgs/pseudo/bin \
- pkgs/pseudo/cddl \
- pkgs/pseudo/games \
- pkgs/pseudo/gnu \
- pkgs/pseudo/include \
- pkgs/pseudo/kerberos5 \
- pkgs/pseudo/lib \
- pkgs/pseudo/libexec \
- pkgs/pseudo/sbin \
- pkgs/pseudo/secure \
- pkgs/pseudo/share \
- pkgs/pseudo/usr.bin \
- pkgs/pseudo/usr.sbin \
+ targets/pseudo/bin \
+ targets/pseudo/cddl \
+ targets/pseudo/games \
+ targets/pseudo/gnu \
+ targets/pseudo/include \
+ targets/pseudo/kerberos5 \
+ targets/pseudo/lib \
+ targets/pseudo/libexec \
+ targets/pseudo/sbin \
+ targets/pseudo/secure \
+ targets/pseudo/share \
+ targets/pseudo/usr.bin \
+ targets/pseudo/usr.sbin \
.include <dirdeps.mk>
OpenPOWER on IntegriCloud