Files
Arch-R/Makefile
T

44 lines
564 B
Makefile
Raw Normal View History

BUILD_DIRS=build.*
2009-03-18 13:51:08 +01:00
2014-03-18 13:41:14 +02:00
all: release
2009-03-18 13:51:08 +01:00
2009-04-05 23:10:05 +02:00
system:
2010-11-11 17:38:57 +01:00
./scripts/image
2009-04-05 23:10:05 +02:00
2010-01-19 16:07:31 +01:00
release:
./scripts/image release
2009-03-18 13:51:08 +01:00
2013-09-16 18:13:09 +03:00
image:
./scripts/image mkimage
2013-09-16 18:13:09 +03:00
2013-08-25 16:32:37 +02:00
noobs:
./scripts/image noobs
amlpkg:
./scripts/image amlpkg
# legacy sequential build targets
system-st:
./scripts/image_st
release-st:
./scripts/image_st release
image-st:
./scripts/image_st mkimage
noobs-st:
./scripts/image_st noobs
amlpkg-st:
./scripts/image_st amlpkg
2009-03-18 13:51:08 +01:00
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
2009-03-18 13:51:08 +01:00
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
2009-03-18 13:51:08 +01:00
src-pkg:
tar cvJf sources.tar.xz sources .stamps