Make help command is broken on ubuntu 18.04
Opened this issue · 2 comments
subtera745 commented
When running the make command, this is the output I get.
#blame/u/jackinloadup
Please specify a target. See README for information about targets.
column: invalid option -- 'N'
usage: column [-txne] [-c columns] [-s sep] [file ...]
Makefile:19: recipe for target 'help' failed
make: *** [help] Error 1
jackinloadup commented
Just saw the a similar issue on mac. The error was different though. @ztekle if you can add details that would be great.
Long term solution is to pull make functionality into a container so all systems are uniform.
ztekle commented
@jackinloadup here are the details.
I am getting the following error when running the make command by itself on a macOS Mojave.
drupal-dev-docker$ make
Please specify a target. See README for information about targets.
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [help] Error 2