diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2015-05-21 22:50:39 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2015-05-21 22:50:39 +0000 |
| commit | 8e2e6ab32f77c90c861ec46cf42a4566ffae5a78 (patch) | |
| tree | 7706944a134b222b82846412e59437886c3def02 /release/Makefile.mirrors | |
| parent | a254b464d818a33960cf57880e4e8ff681c55cc8 (diff) | |
Notes
Diffstat (limited to 'release/Makefile.mirrors')
| -rw-r--r-- | release/Makefile.mirrors | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors index 16f8abae6b9d..16c08cb73c2e 100644 --- a/release/Makefile.mirrors +++ b/release/Makefile.mirrors @@ -18,8 +18,10 @@ RELEASEDIR?= /R FTPDIR?= ${RELEASEDIR}/ftp-stage STAGE_TARGETS?= iso-images-stage -.if ${TARGET} == "arm" || ${EMBEDDED_TARGET} == "arm" +.if defined(EMBEDDED_TARGET) && !empty(EMBEDDED_TARGET) +. if ${TARGET} == "arm" || ${EMBEDDED_TARGET} == "arm" EMBEDDED= 1 +. endif .endif # snapshot |
