DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Make help command is broken on ubuntu 18.04 #26

Open subtera745 opened 6 years ago

subtera745 commented 6 years ago

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 5 years ago

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 5 years ago

@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