diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-07-30 05:10:28 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 05:10:28 +0000 |
| commit | 7bc1dacee9dd0e17d4a972a0dd0d14e728646905 (patch) | |
| tree | d65967ecccc830580692e09ccfd7ae86f35f9816 /common | |
| parent | bdbfaad29772a37cdcad61885b8ab01d0828aa68 (diff) | |
Renamed common/setup-openembedded to common/setup-env due to makefile target conflict.
Diffstat (limited to 'common')
| -rw-r--r-- | common/openembedded.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/openembedded.mk b/common/openembedded.mk index e826f6e305..88a143970a 100644 --- a/common/openembedded.mk +++ b/common/openembedded.mk @@ -8,7 +8,7 @@ FIRMWARE_DEPS = create-topdir $(BUILD_DIRS) $(REQUIRED_DIRS) # The default rule is to build the firmware in an unprotected environment. firmware: $(FIRMWARE_DEPS) - . ./setup-openembedded; exec bitbake $${MAKE_TARGET} + . ./setup-env; exec bitbake $${MAKE_TARGET} # This rule clobbers the environment (note that ccache uses '$HOME' by # default, so the cache will end up there). @@ -40,7 +40,7 @@ clobber: .PHONY: source source: $(REQUIRED_DIRS) - tar zcf $${DISTRO}.tar.gz --exclude=MT Makefile setup-openembedded conf/site.conf conf/auto.conf \ + tar zcf $${DISTRO}.tar.gz --exclude=MT Makefile setup-env conf/site.conf conf/auto.conf \ conf/local.conf.sample $(REQUIRED_DIRS:=/.) # This target probably isn't important any longer, because the -source |
