summaryrefslogtreecommitdiff
path: root/devel/make++/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/make++/pkg-descr')
-rw-r--r--devel/make++/pkg-descr11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/make++/pkg-descr b/devel/make++/pkg-descr
deleted file mode 100644
index e5798fa6e0da..000000000000
--- a/devel/make++/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Makepp is a drop-in replacement for GNU make which has a number of
-features that allow for more reliable builds and simpler build files.
-It supports almost all of the syntax that GNU make supports, and can
-be used with makefiles produced by utilities such as automake. It is
-called makepp (or make++) because
- (1) it was designed for building C++ programs;
- (2) its relationship to make is analogous to C++'s relationship
- to C.
-
-For backward compatibility, it will work with input files designed
-for make, but there are much better ways to do things.