* Make file creates projects dir in /usr/share/pdk. Moving it to /var/lib/moblin...
[moblin-image-creator.eeepc.git] / platforms / mccaslin-lpia-ubuntu-hardy / Makefile
blob7b5e20793b304b0efbdc5d771267f14d9d3ef9e5
1 TMPDIR = /tmp/.tmpbuilddir
2 PNAME = mccaslin-lpia-ubuntu-hardy
3 SHARE = ${DESTDIR}/usr/share/pdk
4 PLATFORM_DIR = ${SHARE}/platforms/${PNAME}
6 all:
8 install:
9 @mkdir -p ${PLATFORM_DIR}
10 @mkdir -p ${PLATFORM_DIR}/fsets
11 @mkdir -p ${PLATFORM_DIR}/initramfs/scripts
12 # Install common code to the platform first, so if we have platform
13 # specific code it will get overwritten.
14 @cp -a ../common-apt/initramfs ${PLATFORM_DIR}/
15 @cp ../common-apt/exclude ${PLATFORM_DIR}/
16 @cp ../common-apt/install.sh ${PLATFORM_DIR}/
17 # Platform specific code.
18 @cp -a sources ${PLATFORM_DIR}/
19 @cp -a initramfs ${PLATFORM_DIR}/
20 @cp fsets/*.fset ${PLATFORM_DIR}/fsets/
21 clean:
22 rm -f *.tar.bz2 *~ package-build-stamp