Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make help command is broken on ubuntu 18.04 #26

Open
subtera745 opened this issue Jul 11, 2018 · 2 comments
Open

Make help command is broken on ubuntu 18.04 #26

subtera745 opened this issue Jul 11, 2018 · 2 comments
Labels

Comments

@subtera745
Copy link
Contributor

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
Copy link
Contributor

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
Copy link

ztekle commented May 24, 2019

@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 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants