summaryrefslogtreecommitdiffstats
path: root/package/pkg-autotargets.mk
diff options
context:
space:
mode:
authorThomas Petazzoni2012-04-17 16:45:20 +0200
committerPeter Korsgaard2012-04-19 16:08:09 +0200
commitc0e6b52482f244e5da6e8011d1737b0a21cef207 (patch)
treea5a89a9d177050828b3afd421d5f323e5de6dc7b /package/pkg-autotargets.mk
parentSplit Makefile.package.in in pkg-download.mk, pkg-utils.mk and pkg-gentargets.mk (diff)
downloadbuildroot-c0e6b52482f244e5da6e8011d1737b0a21cef207.tar.gz
buildroot-c0e6b52482f244e5da6e8011d1737b0a21cef207.tar.xz
buildroot-c0e6b52482f244e5da6e8011d1737b0a21cef207.zip
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.mk4
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