diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-04-17 16:45:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-19 16:08:09 +0200 |
commit | c0e6b52482f244e5da6e8011d1737b0a21cef207 (patch) | |
tree | a5a89a9d177050828b3afd421d5f323e5de6dc7b /package/pkg-autotargets.mk | |
parent | 6e6b99a5714834c9330c30dd3af04009f5713204 (diff) |
pkg-*.mk: add some comments, update some existing comments
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pkg-autotargets.mk')
-rw-r--r-- | package/pkg-autotargets.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/pkg-autotargets.mk b/package/pkg-autotargets.mk index fd118dc47..c9887c2e1 100644 --- a/package/pkg-autotargets.mk +++ b/package/pkg-autotargets.mk @@ -3,9 +3,7 @@ # # This file implements an infrastructure that eases development of # package .mk files for autotools packages. It should be used for all -# packages that use the autotools as their build system. Non-autotools -# packages should use the generic infrastructure in -# package/Makefile.package.in. +# packages that use the autotools as their build system. # # See the Buildroot documentation for details on the usage of this # infrastructure |