2009-08-24 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
% Added all/clean/install as .PHONY targets.
! Fixed one error message. (had mistyped HB_ARCHITECTURE)
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-24 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.mk
|
||||
% Added all/clean/install as .PHONY targets.
|
||||
! Fixed one error message. (had mistyped HB_ARCHITECTURE)
|
||||
|
||||
2009-08-24 18:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
+ Improvements. (f.e. moved non-*nix sections to top of
|
||||
|
||||
@@ -46,6 +46,8 @@ substpat := !@!@
|
||||
# a performance boost on a slow system.
|
||||
.SUFFIXES:
|
||||
|
||||
.PHONY: all clean install
|
||||
|
||||
need := 3.81
|
||||
ok := $(filter $(need),$(firstword $(sort $(MAKE_VERSION) $(need))))
|
||||
|
||||
@@ -850,7 +852,7 @@ ifeq ($(HB_COMPILER),)
|
||||
endif
|
||||
|
||||
ifeq ($(HB_PLATFORM),)
|
||||
$(error ! HB_ARCHICTECTURE not set, couldn't autodetect)
|
||||
$(error ! HB_PLATFORM not set, couldn't autodetect)
|
||||
endif
|
||||
ifeq ($(HB_COMPILER),)
|
||||
$(error ! HB_COMPILER not set, couldn't autodetect)
|
||||
|
||||
Reference in New Issue
Block a user