mkimage-profiles/lib
Michael Shigorin c4311108ea git usage refactoring
There were heaps of "if type -t git" there already;
it wasn't an unintentional mishap but rather a moderate
copy-paste to get the use cases, and now these seem to
have essentially settled.

So time to scrap some dups.

NB: the scripts in the generated profile can't rely on
the contents of the metaprofile (these need to be able
to work in standalone case either), so a bit of crap
still lurks there.
2012-08-10 00:12:46 +03:00
..
build.mk non-native ARM support via qemu 2012-07-16 18:20:55 +03:00
check.mk lib/check.mk: catch missing READMEs for features 2012-05-16 13:48:12 +03:00
clean.mk lib/clean.mk: post-build cleanup revisited 2012-07-30 19:59:41 +04:00
common.mk lib/common.mk: avoid using uninitialized variables 2012-05-26 14:08:19 +03:00
distro.mk lib/distro.mk: tiny ISO info tweak 2012-05-10 21:19:32 +03:00
functions.mk lib/functions.mk: initial xport() 2012-07-02 16:14:34 +03:00
help.mk initial build-vm feature 2012-06-18 21:56:46 +03:00
kernel.mk lib/kernel.mk: single byte bugfix 2012-07-06 18:52:46 +03:00
log.mk reports.mk: added reports/scripts 2012-04-23 23:10:29 +03:00
profile.mk git usage refactoring 2012-08-10 00:12:46 +03:00
README docs: minor updates 2012-01-02 21:01:09 +02:00
report.mk initial target tracing support and reporting 2012-03-19 19:23:38 +02:00
sugar.mk plant SHELL beacons into all config-forming rules 2012-03-19 19:23:38 +02:00
ve.mk lib/ve.mk: whoops, ve/bare misses /sbin/init 2012-07-21 19:15:24 +03:00
vm.mk initial conf.d/vm.mk 2012-06-25 19:29:38 +03:00

Этот каталог содержит вспомогательные makefiles,
обеспечивающие основную функциональность создания
конфигурации образа и генерации соответствующего
профиля для сборки; см. тж. ../conf.d/.

Следует помнить, что будучи включаемыми в ../main.mk,
они работают в каталоге верхнего уровня.