dvershinin opened a new issue #1656: CentOS 7: can't build PSOL from source
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1656
 
 
   After all the stuff:
   
   ```
   $ mkdir -p ~/bin
   $ cd ~/bin
   $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
   $ export PATH=$PATH:~/bin/depot_tools
   $ mkdir ~/mod_pagespeed
   $ cd ~/mod_pagespeed
   $ git clone https://github.com/pagespeed/mod_pagespeed.git src
   $ gclient config https://github.com/pagespeed/mod_pagespeed.git --unmanaged 
--name=src
   $ cd src/
   $ git checkout ${BRANCH}
   $ cd ..
   $ gclient sync --force --jobs=1 # add --revision=xxxx for a specific git 
revision
   $ make AR.host="$PWD/build/wrappers/ar.sh" \
          AR.target="$PWD/build/wrappers/ar.sh" \
          BUILDTYPE=Release \
          mod_pagespeed_test pagespeed_automatic_test
   ```
   
   Getting:
   
   > make: *** No rule to make target `mod_pagespeed_test'.  Stop.
   
   No `Makefile` is created by previous commands. Tried to use  an older 
`gclient` (if that's what is supposed to generate it anyway) without success.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to