[builds] Add comment for the `BIN' variable.

Separate the definition of `BIN' in `*def.mk' files and add a comment
stating that it is being used for `make refdoc' and `make refdoc-venv'.
This commit is contained in:
Nikhil Ramakrishnan 2018-08-03 20:37:56 +05:30
parent 13ad839007
commit 261b81a149
7 changed files with 21 additions and 6 deletions

View File

@ -16,10 +16,12 @@
DELETE := rm -f
CAT := cat
SEP := /
BIN := bin
BUILD_DIR := $(TOP_DIR)/builds/ansi
PLATFORM := ansi
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := bin
# The directory where all library files are placed.
#

View File

@ -18,10 +18,12 @@
DELETE := rm -f
CAT := cat
SEP := /
BIN := bin
BUILD_DIR := $(TOP_DIR)/builds/beos
PLATFORM := beos
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := bin
# The directory where all library files are placed.
#

View File

@ -16,10 +16,12 @@
DELETE := del
CAT := type
SEP := $(strip \ )
BIN := Scripts
BUILD_DIR := $(TOP_DIR)/builds/dos
PLATFORM := dos
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := Scripts
# The executable file extension (for tools), *with* leading dot.
#

View File

@ -16,10 +16,13 @@
DELETE := del
CAT := type
SEP := $(strip \ )
BIN := Scripts
BUILD_DIR := $(TOP_DIR)/builds/os2
PLATFORM := os2
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := Scripts
# The executable file extension (for tools), *with* leading dot.
#
E := .exe

View File

@ -21,7 +21,7 @@ DELDIR := rm -rf
CAT := cat
SEP := /
# this is used for `make refdoc' and `make refdoc-venv'
# This is used for `make refdoc' and `make refdoc-venv'
#
PYTHON := @PYTHON@
PIP := @PIP@

View File

@ -22,6 +22,9 @@ PLATFORM := unix
DELETE := rm -f
CAT := cat
SEP := /
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := bin
# we use a special devel ftoption.h

View File

@ -16,10 +16,13 @@
DELETE := del
CAT := type
SEP := $(strip \ )
BIN := Scripts
BUILD_DIR := $(TOP_DIR)/builds/windows
PLATFORM := windows
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := Scripts
# The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
#
E := .exe