kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

make dependencies to rootfs #601

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make distclean confload-x86/qt-vnc all
2. ls build/base/obj/rootfs
3. ls conf/rootfs
4. make
5. ls conf/rootfs

What is the expected output? What do you see instead?
Qt's Makefile copies fonts to conf/rootfs dir. They can be not included after 
first `make` since there is no dependency, but after second it should.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 12 Apr 2013 at 1:55